html
{
   height: 100%;
}

body 
{	
	font-size: 10px;	
	background-color: #ffffff;
	height: 100%;
	margin: 0px 0px 0px 0px;
}

table 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

th
{
	font-weight: normal;
}

img
{
	border:0px solid #ffffff
}

a, a:visited
{
	font-size: 10px;
	color: #777;
	text-decoration: none;
}

a:hover
{
	font-size: 10px;
	color: #ef1b2f;
	text-decoration: none;
}

ul
{
	padding: 8px;
	list-style-image: url( '../../images/blue_bullet.gif' );
	vertical-align: middle;
}

li
{
	padding: 3px;
	vertical-align: middle;
}

h1 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
	white-space: normal;
	margin-top: 3px;
	margin-bottom: 8px;
}

h2 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
}

h3 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 2px;
	margin-top: 2px;
}

h4 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 1px;
}

h4.inline
{
	display:inline;
}

h4.grey
{
	color: #666666;
}

a.with_button:link, a.with_button:visited 
{
	color: #000000;
}

a.with_button:hover 
{
	color: #ec0817;
}

/*** common layout ************************************************************/

table.layout
{
	height: 99%;
	background-color: #ffffff;
}

td.border_bottom_dotted
{
	border-bottom: 1px dashed #ebebeb;
}

td.border_top_dotted
{
	border-top: 1px dashed #ebebeb;
}

.background
{
	background-color: #ebebeb;
}	

td.mini
{
	font-size: 9px;
}

.micro
{
	font-size: 8px;
}

a.mini, a.mini:visited
{
	font-size: 9px;
	text-decoration: none;
}

a.mini:hover
{
	font-size: 9px;
	text-decoration: none;
}

#errors 
{
	background-color: #ebebeb;
	margin-bottom: 0px;
	padding: 4px 4px 4px 4px;
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#ee1d30;
}

#messages 
{
	background-color: #ebebeb;	
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 10px;
	padding: 4px 4px 4px 4px;
	margin-bottom: 0px;
	font-weight: normal;
	color:#666666;
}

a.button, a.button:hover, a.button:visited
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}


/******************************************************************************/
/*** C O N T R O L S      *****************************************************/
/******************************************************************************/

input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

select
{
	padding:1px;
	border: 1px solid #a5acb2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	height:17;
	width:100%;
}

select.auto
{
	width: auto;
}

input.textfield
{
	height:19px;
	padding:2;
	border: 1px solid #a5acb2;
	text-align:left;
	width:100%;
}

input.search
{
	width:110px;
}

input.registration
{
	width:250px;
}

textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #a5acb2;
	text-align:left;
	color: #666666;
}

input.readonly
{
	background-color:buttonface;	
}

/******************************************************************************/
/*** BUTTONS  M I T  TEXT *****************************************************/
/******************************************************************************/

input.buttontext
{
	background-color: transparent;
	background-position: 0px 1px;
	background-repeat: no-repeat;
	border:none;
	font-weight: bold;
	font-size: 1apx;
	font-weight:bold;
	color: #ffffff;
	padding-bottom:5px;
	text-align:left;
	padding-left: 26px;
}

input.checkout
{
	width:114px;
	height:24px;
	background: url('../../images/bt_checkout_2_mo.gif') no-repeat top left;
	cursor: pointer;
}

input.checkout_hover
{
	width:114px;
	height:24px;
	background: url('../../images/bt_checkout_2_mo.gif') no-repeat top left;
	cursor: pointer;
}

input.addlist2cart
{
	width:143px;
	height:23px;
	background: url('../../images/bt_cart_large_mo.gif') no-repeat top left;
}

input.addlist2cart_hover
{
	width:143px;
	height:23px;
	background: url('../../images/bt_cart_large_mo.gif') no-repeat top left;
}

input.purchase
{
	width:196px;
	height:23px;
	background: url('../../images/bt_purchase_mo.gif') no-repeat top left;
	cursor: pointer;
}

input.purchase_hover
{
	width:196px;
	height:23px;
	background: url('../../images/bt_purchase_mo.gif') no-repeat top left;
	cursor: pointer;
}

input.newaddress
{
	width:200px;
	height:23px;
	background: url('../../images/bt_arrow_huge_mo.gif') no-repeat top left;
}

input.newaddress_hover
{
	width:200px;
	height:23px;
	background: url('../../images/bt_arrow_huge_mo.gif') no-repeat top left;
}

input.login
{
	width:80px;
	height:23px;
	background: url('../../images/bt_login.gif') no-repeat top left;
	text-align:center;
	padding-bottom:5px;	
	padding-left:0px;
}

input.login_hover
{
	width:80px;
	height:23px;
	background: url('../../images/bt_login_mo.gif') no-repeat top left;
	text-align:center;
	padding-bottom:5px;	
	padding-left:0px;	
}

input.order
{
	width:143px;
	height:23px;
	background: url('../../images/bt_arrow_large_mo.gif') no-repeat top left;
	cursor:pointer;
}

input.order_hover
{
	width:143px;
	height:23px;
	background: url('../../images/bt_arrow_large_mo.gif') no-repeat top left;
	cursor:pointer;
}

input.order_disabled
{
	width:143px;
	height:23px;
	background: url('../../images/bt_arrow_large_inactive.gif') no-repeat top left;
}

input.checkoutmenu
{
	width:81px;
	height:17px;
	background: url('../../images/bt_checkout.gif') no-repeat top left;
	cursor:pointer;
	
}

input.checkoutmenu_hover
{
	width:81px;
	height:17px;
	background: url('../../images/bt_checkout.gif') no-repeat top left;
	cursor:pointer;
}

/******************************************************************************/
/*** BUTTONS  O H N E  TEXT ***************************************************/
/******************************************************************************/

/* IE Fix Button Different Paddings*/
input.button 
{
	overflow: visible;
	width: 0;  /* IE table-cell margin fix */
}
/* IE ignores [class] */
input.button[class] 
{  
    width: auto;  /* cancel margin fix for other browsers */
}

input.button 
{
	background-color: transparent;
	background-position: 0px 1px;
	background-repeat: no-repeat;
	border:none;
	font-weight: bold;
	padding: 0px 16px;
	font-size: 10px;
	font-weight:bold;
}

input.delete
{
	background-image: url('../../images/bt_delete_mo.gif');
	color: #000000;
	cursor: pointer;
}

input.delete_hover
{
	background-image: url('../../images/bt_delete_mo.gif');
	color: #000000;
	cursor: pointer;
}

input.delete_disabled
{
	background-image: url('../../images/bt_delete_inactive.gif');
	color: #99b5ce;
	
}

input.arrow
{
	background: url('../../images/bt_arrow_mini_mo.gif') no-repeat top left;
	color: #000000;
	cursor: pointer;
}

input.arrow_hover
{
	background: url('../../images/bt_arrow_mini_mo.gif') no-repeat top left;
	color: #000000;
	cursor: pointer;
}

input.arrow_disabled
{
	background: url('../../images/bt_arrow_mini_inactive.gif') no-repeat top left;
	color: #99b5ce;
}

/*** top bar  *****************************************************************/

.topbar 
{
	background-color: #fec726; 
	width:100%; 
	height:100px;
	margin-bottom: 0px;
}

.topbar_functions
{
	border:0px; 
	background-color:black;
	width:100%; 
	height:28px;
	margin: 0px;
	padding:0px;	
}

.topbar_bottom {
    border:0px; 
    background-color: #fec726;
    border-bottom: 1px solid black;
    width:100%; 
    height: 10px;
    margin: 0px;
    padding:0px;
}

.topbar_bottom .topbar_dots
{
    width: 940px; 
    height: 10px;
    overflow: hidden;
    background-image: url( ../../images/top_dots.gif );
    background-position: 15px 0px;
    background-repeat: no-repeat;
}

.topbar_content 
{
	width:940px; 
	height: 100px; 
}

.topbar_content_functions
{
        width:940px; 
	height: 28px; 
}

.topbar_toolbar
{
	text-align:left;
	background-color:black;
	margin-bottom:0px;
	width: 100%;	
}

.topbar_toolbar td
{
	color: #ffffff;
	padding-right: 0px;
	padding-bottom:4px;
	padding-top:1px;
	padding-right:4px;
}

.topbar_toolbar td a {
	color: #ffffff;
	text-decoration: underline;
}

/*** menu top *****************************************************************/

td.menutop
{
	font-size: 10px;
	color: #ffffff;
}

a.menutop, a.menutop:visited
{
	font-size: 10px;
	font-weight:bold;
	color: black;
	text-decoration: none;
}

a.menutop:hover
{
	font-size: 10px;
	font-weight:bold;
	color: #ec0817;
	text-decoration: none;
}

/*** menu left ****************************************************************/

td.menuleft
{
	border-top: 1px solid #ebebeb;
}

a.menuleft, a.menuleft:visited
{
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
}

a.menuleft:hover
{
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
}

/*** category tree ************************************************************/

hr.treeroottop
{
	border-top: 1px solid #ebebeb;
	border-bottom: 0px solid #ebebeb;
	border-left: 0px solid #ebebeb;
	border-right: 0px solid #ebebeb;
}

td.treeroottop
{
	border-top: 1px solid #ebebeb;
}

td.treerootbottom
{
	border-bottom: 1px solid #ebebeb;
}

td.treerootbottom_detail
{
	border-bottom: 1px solid #666666;
}

a.tree, a.tree:visited
{
	font-size: 10px;
	color: #ca0405;
	text-decoration: none;
	font-weight:normal;
	padding-left: 0px;
}

a.tree:hover
{
	font-size: 10px;
	color: #ca0405;
	text-decoration: none;
	font-weight:bold;
	padding-left: 0px;
}

a.tree_bold, a.tree_bold:visited
{
	font-size: 10px;
	color: #010101;
	font-weight:bold;
	text-decoration: none;
}

a.tree_bold:hover
{
	font-size: 10px;
	color: #ef1b2f;
	font-weight:bold;
	text-decoration: none;
}

a.tree_selected, a.tree_selected:hover, a.tree_selected:visited
{
	font-size: 10px;
	font-weight:bold;
	color: #c00;
	text-decoration: none;
	padding-left: 0px;
}

a.tree_selected_bold, a.tree_selected_bold:hover, a.tree_selected_bold:visited
{
	font-size: 10px;
	font-weight:bold;
	color: #c00;
	text-decoration: none;
}

a.white_bold, a.white_bold:visited
{
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
}

a.white_bold:hover
{
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
}

/*** manufacturer page ********************************************************/

a.manufacturer, a.manufacturer:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	text-decoration: none;
}

a.manufacturer:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

td.manu_border_bottomright
{
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}

td.manu_border_right
{
	border-right: 1px solid #ebebeb;
}


td.manu_border_bottom
{
	border-bottom: 1px solid #ebebeb;
}

/*** product list *************************************************************/

td.tab_selected
{
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	background-color:#ffffff;
}

td.tab_unselected
{
	border: 1px solid #ebebeb;
	background-color: #ebebeb;

}

td.tab_no
{
	background-color:#ffffff;
	border-bottom: 1px solid #ebebeb;	
}

td.tab_selected a:link, td.tab_selected a:visited, td.tab_unselected a:link, td.tab_unselected a:visited
{
	color: #000000;
}

tr.highlighted
{
	background-color: #ebebeb
}

tr.highlighted a:link, tr.highlighted a:visited
{
	color: #000000
}

tr.highlighted a:hover
{
	color: #ef1b2f
}

table.highlighted
{
	background-color: #f4f7f9
}


/*** add to cart **************************************************************/

.quantity
{
	padding:1px;
	border: 1px solid #a5acb2;
	text-align:right;
}

.quantity.readonly
{
	padding:1px;
	border: 1px solid #a5acb2;
	text-align:right;
	background-color:#e5e6eb;
}

span.price_old
{
	text-decoration:line-through;
	font-weight: bold;
}

span.price
{
	font-weight: bold;
	color: #ef1e34;
}

span.price_compact
{
	font-weight: normal;
	color: #ef1e34;
}

span.promotion
{
	color: #000000;
}

span.address_name
{
	font-weight: bold;
	color: #000000;
}

.readonly
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}
/******************************************************************************/
/******************************************************************************/
/******************************************************************************/
/******************************************************************************/
/******************************************************************************/
/******************************************************************************/

.quantity.stockvalidation
{
	background-color: #ffe5e5;
	border: 1px solid red;
	border-width:thin;
	padding: 2px 2px 2px 2px;
}


.newsletter_list a:link, .newsletter_list a:visited
{
	color: #000000;
}

.newsletter_list a:hover
{
	color: #ef1b2f;
}

/* striped sidebar */

.sidebar_right_anonymous, .sidebar_right 
{
	background-image: url('../../images/sidebar_right_body.gif');
}

.sidebar_right_top
{
	background-image: url('../../images/sidebar_right_top.gif'); 
	height: 8px; 
	background-repeat: no-repeat; 
	background-position: right top;
}

.sidebar_right_bottom
{
	background-image: url('../../images/sidebar_right_bottom.gif');
	 height: 8px; 
	 background-repeat: no-repeat; 
	 background-position: right bottom;
}

.sidebar_right td
{
	vertical-align: middle;
	padding: 5px;
}

.sidebar_right a:link, .sidebar_right a:visited
{
	background-image: url('../../images/bt_link.gif');
	background-position: 5px;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	color: #000000;
}

.sidebar_right a:hover
{
	color: #cb0003;
}

.sidebar_right hr
{
	width: 95%;
	border-top:1px solid #cb0003; 
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
}

/* cart sidebar */

.sidebar_right_cart 
{	
	margin-top:0px;
}

.sidebar_right_cart td 
{
	color: #000;
        padding: 5px;
}

.sidebar_right_cart hr
{
	width: 100%;
	border-top:1px solid #000; 
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
}

.sidebar_right_cart_top
{
	background-image: url('../../images/sidebar_right_cart_top.gif'); 
	height: 8px; 
	background-repeat: no-repeat; 
	background-position: right top;
}

.sidebar_right_cart_bottom
{
	background-image: url('../../images/sidebar_right_cart_bottom.gif');
	 height: 8px; 
	 background-repeat: no-repeat; 
	 background-position: right bottom;
}
