﻿/** YDS MAIN STYLES **/
/* HTML CONTROLS */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: black;
	background-color: #004e78;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* User Defined Styles */
#main {
	width: 100%;
	text-align: -moz-center;
	background-image: url(../images/main_bg_new.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
h1 {
	color: #FF7100;
	font-size: 24px;
	padding: 0px;
	text-align: left;
	margin: 0px;
}
h2 {
	color: #286D2A;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.contentSitemap {
	border: solid 1px #000000;
	padding: 10px;
}
.contentSitemap a {
	color: #006600;
}
#everything {
	width: 986px;
}

#header {
	width: 986px;
	height: 212px;
	background-image: url(../images/header_top.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 5px;
}

#leftpanel {
	width: 214px;
	float: left;
}
#leftpanel img {
	margin-bottom: 5px;
}
#leftpanel .offer {
	padding-top: 20px;
}

#rightpanel {
	width: 162px;
	float: left;
	text-align: center;
}
#rightpanel img {
	/*margin-bottom: 20px;*/
}

#mainpanel {
	width: 610px;
	float: left;
	margin-top: -10px;
}

#mainpanel #menu {
	width: 582px;
	height: 40px;
	background-image: url(../images/menu_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#mainpanel #menu .left {
	width: 266px;
	padding-top: 12px;
	float: left;
}
#mainpanel #menu .left a {
	text-decoration: none;
	color: White;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 10px 0px 5px;
}
#mainpanel #menu .left a:hover {
	text-decoration: underline;
}
#mainpanel #menu .right {
	width: 306px;
	padding: 7px 0px 0px 10px;
	float: left;
}
#mainpanel #menu .right .searchbox {
	width: 192px;
	height: 27px;
	float: left;
	padding-top: 3px;
	background-image: url(../images/search_box_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#mainpanel #menu .right .searchbox input {
	width: 180px;
	border: solid 0px;
}

#mainpanel .contenttop, #mainpanel .contentbottom {
	float: left;
	width: 608px;
	background-repeat: no-repeat;
}
#mainpanel .contenttop {
	height: 11px;
	background-image: url(../images/content_box_top.png);
	background-position: left bottom;
	z-index: 2;
}
#mainpanel .contentbottom {
	height: 20px;
	background-image: url(../images/content_box_bottom.png);
	background-position: left top;
}
#mainpanel .contentmain {
	float: left;
	width: 608px;
	background-image: url(../images/content_box_center.png);
	background-position: left top;
	background-repeat: repeat-y;
}

#footer {
	width: 946px;
	height: 40px;
	text-align: center;
	clear: left;
	float: left;
	padding: 20px;
}
#footer .copyright {
	color: white;
	padding-top: 10px;
}
#footer a {
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* misc */
.break {
	height: 10px;
	width: 986px;
	clear: left;
}
.divcommoncontent {
	float: left;
	margin-left: 15px;
	width: 580px;
	text-align: left;
}
.divHomecontent {
	float: left;
	margin-left: 15px;
	width: 360px;
	text-align: left;
}
.flashcontent{
float: left;
margin-left: 15px;
width: 580px;
height: 200px;
}
.brandimg 
{
    border : solid 0px red;
	text-align: center;
	width: 140px;
	/*height: 80px;  */
	overflow:hidden;
}
.brandimg a {
	text-decoration: none;
}
.brandimg img {
	border: 0px;
}
.divcatmenu {
	background-image: url(../images/btn_bg.png);
	height: 38px;
	text-align: left;
}
.divcatmenu a {
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: super;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	text-align: left;
}

.divcatmenu .divimage {
	float: left;
	width: 21px;
	height: 21px;
	padding: 8px 0 0 16px;
	text-align: center;
}

.divcatmenu .divcaption {
	float: left;
	padding: 8px 0 0 5px;
	text-align: left;
}
.divcatmenu .divcaption a {
	text-decoration: none;
	color: #FFFFFF;
}

.divcatmenu .divcaption a:hover {
	text-decoration: none;
	color: #3D8916;
}
/*.divcatmenu .divcaption a:active {
text-decoration: none; 
color:#000000;
}*/
.divcatmenu .selection {
	float: left;
	padding: 8px 0 0 5px;
	text-align: left;
}
.divcatmenu .selection a {
	text-decoration: none;
	color: #4595BA;
}

.divcoupon {
	width: 200px;
	height: 180px;
	overflow:hidden;
	text-align: center;
}
.divcoupon a {
	border: none;
	cursor: pointer;
	text-decoration: none;
}
.divproduct {
	width: 170px;
	height: 250px;
	padding: 5px;
	text-align: left;
	margin-left: 5px;
}
.divproduct .productimg {
	width: 170px;
	height: 130px;
	border: solid 0px #000000;
	text-align: center;
	overflow: hidden;
}
.divproduct .divdetail {
	height: 35px;
	padding: 5px;
	text-align: center;
	
}
.contentmain .homeproductimg {
	border: solid 0px #000000;
	widows: 248px;
	height: 180px;
	overflow: hidden;
	margin-right: 15px;
	float: right;
}
.divproduct .divdetail a {
	cursor: pointer;
	color: #000000;
	text-decoration: none;
	
}
.divproduct .divdetail a:hover {
	text-decoration: underline;
}
.divprice {
	color: #A52022;
	width: 150px;
	text-align: center;
	font-weight: bold;
}
.divprice label {
	color: #666666;
	font-weight: normal;
	font-size: 10;
	text-decoration: line-through;
}
.productprice {
	font-size: 15px;
	color: #A52022;
	font-weight: bold;
}
.listprice {
	color: #666666;
	font-weight: normal;
	font-size: 12px;
	text-decoration: line-through;
}
.span1 {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
}
.span2 {
	color: #666666;
	font-size: 14px;
}
.divproduct .divbtn {
	padding-top: 10px;
	/*padding-left: 5px;*/
	text-align:center;
	cursor: pointer;
}
.divproduct .divbut {
	padding-top: 0px;
	padding-left: 30px;
	cursor: pointer;
}
.divproduct .image {
	cursor: pointer;
	border: none;
}

/*** Grid ***/
.grid_header {
	background-color: #ffb74b;
	font-weight: bold;
	color: #000000;
	width: 100%;
	height: 30px;
	text-align: center;
}
.grid {
	background-color: #ffa714;
	font-weight: bold;
	color: #000000;
	width: 100%;
	height: 30px;
	text-align: center;
}
.grid_headerx {
	background-color: #E9E4CD;
	font-weight: bold;
	color: #000000;
	width: 100%;
	height: 30px;
	text-align: center;
}
.grid_footer {
	font-weight: bold;
	color: Black;
}
.grid_header td a {
	color: #000000;
}
.grid_item {
	background-color: #FFFFFF;
}
.grid_alternate_item {
	background-color: #FFFFFF;
}
.grid_item_mover {
	background-color: #BDC0C6;
}
.grid_alternate_item_mover {
	background-color: #FFFFFF;
}
.grid_item_selection {
	background-color: #cccccc;
}
.grid_list .title {
	font-weight: bold;
	color: #000000;
}
.grid_list td {
	height: 20px;
}
.grid_list {
	width: 100%;
	padding-bottom: 15px;
	background-color: #ffffff;
	color: Black;
}
.grid_list a {
	color: Black;
	text-decoration: none;
	font-size: 11px;
}
/*end grid*/


/* Effects */
.compare {
	text-align: left;
}
.compare a {
	padding-left: 10px;
	color: #ffffff;
	font-weight: bold;
}
.compare a:hover {
	text-decoration: underline;
}
.toggler {
	position: absolute;
	width: 180px;
	height: 150px;
	top: 300px;
	left: 300px;
	background-color: #F9E8B4;
	border: solid 1px #000000;
	visibility: hidden;
	text-align: left;
	color: #000000;
}
#effect {
	text-align: left;
}
.pp_title {
	font-weight: bold;
	background-color: #E9A51E;
	padding: 5px;
	height: 15px;
}
.pp_title label {
	width: 100px;
	float: left;
}
#effect .pp_close {
	background-image: url(../images/popup_close.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 20px;
	height: 20px;
	float: right;
	cursor: pointer;
}
.pp_content {
	margin-top: 5px;
	padding: 5px 5px 0px 15px;
}
.search_header {
	background-color: #FFA321;
	height: 25px;
	font-weight: normal;
	padding: 0px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}
.link {
	text-align: center;
}


/* Cart Table Details */

.shoppingcart {
	margin: 0px;
	background-color: #458B00;
}
.shoppingcartheader {
	color: #ffffff;
	border-bottom: solid 1px #F4F4FF;
}

.thankshoppingcart {
	margin: 0px;
	background-color: #ffffff;
}
.thankshoppingcartheader {
	color: #ffffff;
	background-color: #458B00;
	border-bottom: solid 1px #F4F4FF;
}
.shoppingcart td {
	height: 30px;
	border-right: solid 1px #B3B6E0;
	border-bottom: none;
	padding-left: 5px;
	padding-right: 2px;
}
.shoppingcart #dark {
	height: 30px;
	background-color: #FFF8DC;
	border-bottom: solid 1px #B3B6E0;
}
.shoppingcart #light {
	height: 30px;
	background-color: #FFF8DC;
}

.shoppingcart .description {
	text-align: left;
	width: 300px;
	color: #000000;
}
.shoppingcart .price {
	color: #000000;
}
.shoppingcart .quantity {
	width: 50px;
	color: #000000;
}
.shoppingcart .quantity input {
	border: solid 1px #000000;
}
.shoppingcart .remove {
	width: 50px;
}
.shoppingcart .remove input {
	border: solid 0px #000000;
	padding: 0px;
	margin: 0px;
}
.shoppingcart .remove a {
	text-decoration: none;
	width: 30px;
	color: #800000;
}
.shoppingcart .remove a:hover {
	text-decoration: underline;
}
.shoppingcart .iteminfo {
	font-weight: normal;
}
.cartloginboxholder {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.cartloginbox {
	background-color: #0AB1E6;
	padding-top: 20px;
	border: solid 1px #E31C23;
}
.apply {
	width: 90px;
	height: 40px;
	border: none;
	cursor: pointer;
	background: transparent url('../images/Apply.png' ) no-repeat;
}
.clear {
	width: 90px;
	height: 40px;
	border: none;
	cursor: pointer;
	background: transparent url('../images/clear.png' ) no-repeat;
}
#membermenu {
	border: 0px solid #929397;
	background-color: #636468;
	height: 20px;
	clear: both;
	width: 97%;
	margin-left: 10px;
}
#membermenu ul {
	padding: 2px 5px 0px 0px;
	margin: 0px;
	text-align: right;
}
#membermenu li {
	list-style: none;
	display: inline;
	color: White;
}

#submenu {
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 50px 0;
	padding: 0 0 0 0px;
	list-style-type: none;
	font-size: 12px;
	background: #eee;
	height: 20px;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
}
#submenu li {
	float: left;
	margin: 0;
	padding: 0;
}
#submenu li a {
	text-decoration: none;
	display: block;
	padding: 0 10px;
	line-height: 20px;
	color: #666;
}
#submenu li a:hover, #submenu li.active a, #submenu li a:active {
	background-color: #f5f5f5;
	border-bottom: 0px solid #DDD;
	color: #999;
}

/* Black Menu */
#submenu.black {
	border-top: 0px solid #333;
	border-left: 0px solid #333;
	border-bottom: 0px solid #000;
	border-right: 0px solid #000;
	background: #333;
}
#submenu.black a {
	color: #CCC;
}
#submenu.black li a:hover, #submenu.black li.active a, #submenu.black li a:active {
	color: #999;
	background: #555;
	border-bottom: 0px solid #444;
}
.welcome {
	vertical-align: top;
	color: #FFD044;
	clear: both;
	font-size: 15px;
	font-weight: bold;
	padding: 0px 40px 0px 0px;
	width: 542px;
	height: 20px;
	text-align: right;
	background-color: #5cd60c;
	z-index: 1px;
}
.jq {
}
#brandname a:hover {
	text-decoration: underline;
}

