@CHARSET "UTF-8";

* {	margin: 0px; font-size: 11px; font-family: Verdana; }
A { text-decoration: none; color: #474747; }
img { border: 0px; }

/* div { border: solid 1px red; } */

body 
{
	margin: 0px;
	background-color: #03295c;
}

#header { height: 111px; background-color: #03295c; }
#logo 
{
	width: 291px;
	height: 64px;
	background-image: url('/layout/frontend/logo.jpg');
	background-repeat: no-repeat;
}
#upper_menu
{
	height: 25px;
	width: 827px;
	/*
	background-image: url('/layout/frontend/menu_bg.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #000000;
	*/
	position: relative;
	z-index: 100;
	margin-top: -2px;
}

#upper_menu ul { padding: 0px; }
#upper_menu ul li 
{
	width: 109px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	list-style: none;
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	float: left;
	background-image: url('/layout/frontend/btn_off.png');
	background-repeat: no-repeat;
}
#upper_menu ul li a { color: #ffffff; }
#upper_menu ul li a:hover { color: #000000; }
#upper_menu ul .menu_on {
	cursor: pointer;
	width: 109px;
	height: 25px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-image : url("/layout/frontend/btn_on.png");
}

#upper_menu ul .menu_on a { color: #000000; }

.shop_link { 
	color: #ffffff; 
	font-size: 10px;
	padding-top: 5px;
	height: 16px;
	line-height: 16px;
	width: 167px;
}

#container
{
	margin-top: -24px;
	position: relative;
	z-index: 1;
	width: 100%;
}

.menu_spacer
{
	height: 20px;
	line-height: 20px;
	width: 200px;
	background-color: #ffdd4b;
}

#cat_menu
{
	width: 161px;
	background-color: #272727;
}

.accordionButton { padding-left: 5px; background-color: #141414; line-height: 24px; cursor: pointer; }
.accordionButton a { color: #fff; }
.accordionContent ul { color: #fff; }
.accordionContent ul li { border-top: 1px dotted #000; background-color: #2c2c2c; height: auto; }
.accordionContent ul li a { padding-left: 10px; text-decoration: none; display: block; line-height: 22px; color: #fff; }
.accordionContent ul li a:hover { background-color: #FFDD4B; color: #000; }

/*
#cat_menu ul li 
{
	width: auto;
	padding-left: 5px;
	min-height: 25px;
	line-height: 20px;
	list-style: none;
	display: block;
	font-size: 11px;
	background-color: #141414; 

}
#cat_menu ul li:hover {background-color: #2D2D2D;}
#cat_menu ul li a { text-decoration: underline; color: #fbeaa0; }
#cat_menu ul li a:hover { color: #8eda5c; }
#cat_menu ul li ul { padding-left: 10px; }
#cat_menu ul li ul li { border: none; list-style: katakana; color: #fff; }
*/
#content 
{
	background-color: #ffffff;
	width: 70%;
}

.promo_container img:hover { cursor: pointer; }

#ads { background-color: #ffffff; }

/* register */
#register { line-height: 22px; }
#register input { padding: 3px; }

/* Info bar */
.info_bar
{
	background-color: #ffdd4b;
	/* background-image: url('/layout/frontend/info_bar.jpg');
	background-repeat: no-repeat;
	border: solid 1px #ebe6e6; */
	color: #000000;
	font-weight: bold;
	padding-left: 5px;
	height: 20px;	
}

/* Cart
-----------------------------*/

#cart 
{ 
	width: 608px; 
	margin-top: 10px; 
	margin-left: 20px; 
}
#cart thead 
{ 
	line-height: 25px; 
	background-color: #41ba12; 
	color: #ffffff; 
	padding: 0px;
	border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}
#cart tbody tr td { border-bottom: solid 1px #9cdb2d; padding: 3px; line-height: 17px; }
#cart tfoot tr td { background-color: #f9f4c0; padding: 3px; line-height: 17px; }

/* Product page */

#prod_container {
    background-color: #fff;
    width: 580px;
    margin: 15px 15px;
}

/* slider specific CSS */
.sliderGallery {
    /*background: url(/layout/frontend/slider/productbrowser_background_20070622.jpg) no-repeat;*/
    overflow: hidden;
    border-top: dotted 1px #a2a2a2;
    border-bottom: dotted 1px #a2a2a2;
    position: relative;
    padding: 10px;
    height: 140px;
    width: 660px;
}

.sliderGallery ul {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.sliderGallery UL LI {
    display: inline;
}
.sliderGallery .title { width: 100px; white-space: normal; text-align: center; }
.sliderGallery UL LI img { padding: 2px; }
.slider {
    width: 542px;
    height: 17px;
    margin-top: 120px;
    margin-left: 40px;
    padding: 1px;
    position: relative;
    background: url(/layout/frontend/slider/productbrowser_scrollbar_20070622.png) no-repeat;
}

.handle {
    position: absolute;
    cursor: move;
    height: 19px;
    width: 181px;
    top: 0;
    background: url(/layout/frontend/slider/productbrowser_scroller_20080115.png) no-repeat;
    z-index: 100;
}

#product { padding-left: 10px; }
#product .image-container { width: 210px; position: relative; float: left; } 
#product .image-container .image { width: 210px; margin: 5px; } 
#product .title { color: #2c7bbe; height: 35px; font-size: 20px; font-weight: bold; }
#product .logo { color: #FF0000; height: 35px; font-size: 14px; font-weight: bold; }
#product .subtitle { color: #2c7bbe; height: 35px; font-size: 17px; font-weight: bold; }
#product .info { line-height: 17px; }
#product .data { line-height: 17px; }

/* Promotional div
-------------------------------------------*/
#promo { background-color: #ffffff; color: #141414; text-align: center; width: 161px; min-height: 220px;}

/* Begin of My account page */

#myaccount { margin-left: 10px; margin-top: 20px; }
#myaccount .title { color: #ffffff; font-weight: bold; padding: 5px; }

/* About page */
.about a { text-decoration: underline; font-size: 13px; color: #09418E; }

#footer { text-align: center; color: #f1f1f1}
#footer a { color: #f1f1f1; }

#note { background-color: #ffff99; border: dotted 1px #cccccc; padding: 5px; margin-left: 20px; margin-top: 10px; }

/* End of My account page */

/* STYLES */
.float_left { position: relative; float: left; }
.clear { clear: both; }
.text-center { text-align: center; }
.margin-auto { margin: auto; }
.justify { text-align: justify; }
.hide { display: none; }
.show { display: block; }

.pad1 { padding: 1px; }
.pad3 { padding: 3px; }
.pad10 { padding: 10px; }

/* Width */
.width20 { width: 20px; }
.width30 { width: 30px; }
.width40 { width: 40px; }
.width50 { width: 50px; }
.width100 { width: 100px; }
.width150 { width: 150px; }
.width200 { width: 200px; }
.width250 { width: 250px; }
.width300 { width: 300px; }
.width400 { width: 400px; }
.width500 { width: 500px; }

/* Height */
.height50 { height: 50px; }
.height100 { height: 100px; }
.height150 { height: 150px; }
.height250 { height: 250px; }

/* Colors */
.red { color: #ff0000; }
.blue { color: #03295c; }
.lightblue { color: #2c7bbe; }
.violet { color: #7a0390; }
.white { color: #ffffff; }
.black { color: #000000; }
.gray { color: #a2a2a2; }
.bold { font-weight: bold; }

/* Font sizes */
.fs11 { font-size: 11px; }
.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }
.fs14 { font-size: 14px; }
.fs15 { font-size: 15px; } 
.fs17 { font-size: 17px; } 
.fs20 { font-size: 20px; } 
.fs25 { font-size: 25px; } 
.fs30 { font-size: 30px; }