﻿@charset "utf-8";
/* computer css */
body {
padding: 0;
background: transparent url(../bg.png) repeat top right;
}
.wrapper {
	margin: 0 auto;
	width: 960px;
}
header {
	
}
/* -- css #top-section ----------------------------------------------------------------------------------- */
#top-section {
	background: transparent url(../login-bg.png) repeat-x top right;
	overflow: hidden;
}
#top-section h3 {
	color: white;
	font-size: 1.1em;
	padding-top: 4px;
	float: left;
}
/* -- css login nav ----------------------------------------------------------------------------------- */
#login {
	float: right;
	font-size: 12px;
	padding: 3px 0 5px;
}
#login ul{
	margin: 0;
}
#login ul li {
	float: left;
	display: block;
	padding: 0 5px 0 1px;
	width: inherit;	
}
#login ul li a {
	text-decoration: underline;
}
#login #ctl00_ctrl1_pnlLogin {
	float: left;
	padding-left: 3px;
}
#login #Login-Cart {
	float: right;
	padding-left: 13px;
}
#ctl00_ctrl1_pnlLoggedIn {
	float: left;
	padding-left: 5px;
}
#ctl00_ctrl1_pnlLoggedIn li span {
	font-size: 12px;
	font-style: italic;
}
#login #ctl00_ctrl1_lblCart {
	color: #333;
}
#login ul li a:hover {
	color: ;
}
#login #ctl00_ctrl1_lblName, #login #ctl00_ctrl1_lblCart {
	color: #333;
}
/* -- css main  ----------------------------------------------------------------------------------- */
#main {
    background-color: #d4d4d4;
    border: 1px solid white;
    -moz-border-radius: 22px 22px 15px 15px;
    -webkit-border-radius: 22px 22px 15px 15px;
    border-radius: 22px 22px 15px 15px;
    -moz-box-shadow: 0px 0px 10px #191919;
    -webkit-box-shadow: 0px 0px 10px #191919;
    box-shadow: 0px 0px 10px #191919;
    overflow: hidden;
    margin: 20px auto;
}
#logo {
	height: 158px;
	margin: 0 auto;
}


/* -- css topmenu nav ----------------------------------------------------------------------------------- */
#topMenu {
	background: transparent url(../menu-bg.png) repeat-x top right;
	height: 56px;
	clear: both;
	-moz-box-shadow: 0px 0px 5px #191919;
    -webkit-box-shadow: 0px 0px 5px #191919;
    box-shadow: 0px 0px 5px #191919;
    position: relative;
}
#topMenu ul {
	padding-top: 8px;
	text-align: center;
}
#topMenu li {
	display: inline;
	text-transform: uppercase;
	padding: 0 6px;
}
#topMenu li a {
	display: inline-block;
    padding: 10px 13px 0;
    color: white;
    font-size: 16px;
    text-shadow: 1px 1px 0px black;
    text-decoration: none;
}
#topMenu li a:hover {
	color: #add5f2;
}

/* -- css #main-area ----------------------------------------------------------------------------------- */
#main-area {
	overflow: hidden;

}
#banner .selectors, #banner .timeLeft, #banner .pause {
	display: none;
}

/* -- css sidebar  ----------------------------------------------------------------------------------- */
#sidebar {
	float: left;
    width: 230px;
}
#categoryList ul {
	padding: 5px 0 10px;
}
#categoryList li {
	padding: 3px 0;
	list-style: url(../bullet.png);
	margin-left: 30px;
}
#categoryList li a {
	display: block;
	width: 100%;
	color: #333;
	text-decoration: none;
	text-transform: capitalize;
}
#categoryList li a:hover {
	color: #13459a;
}
#categoryList li#back {
	display: none;
}
#sideMenuList {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 15px;
	margin-bottom: 30px;
}
#sideMenuList li {
	padding: 5px 0;
	background: transparent url(../bg-side-menu-dev.png) repeat-x left bottom;
}
#sideMenuList li a {
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	color: white;
	display: block;
	width: 100%;
	padding: 0 0 0 15px;
	font-weight: bold;
}
#sideMenuList li a:hover {
    text-decoration: underline; 
}

#FJ_TF_Cont {
	margin: 0 auto !important;
}

#newsletter {
	padding: 0 10%;
	text-align: center;
	color: #13459a;
}
.newsletter-small {
	padding: 0 10%;
	font-size: 12px;
	text-align: center;
}
/* -- css search  ----------------------------------------------------------------------------------- */
#search{
	background: transparent url(../sidebar-shadow.png) repeat-x bottom right;
	overflow: hidden;
	height: 55px;
}
#search input {
	background: transparent;
}
#ctl00_pnlSearch {
	border: 1px solid white;
	overflow: hidden;
	margin: 11px 10px 0;
	webkit-border-radius:	12px; 
	-moz-border-radius: 	12px; 
    border-radius:			12px;
    background-color: black;
}
#search input#ctl00_tbSearch {
	border: none;
	padding: 5px 5px 5px 10px;
	float: left;
	margin: 0;
	height: 25px;
	background-color: #c5c5c5;
	width: 80%;
	webkit-border-radius:	10px 0 0 10px; 
	-moz-border-radius: 	10px 0 0 10px; 
    border-radius:			10px 0 0 10px;
    -moz-box-shadow:    inset 0 0 6px #222;
	-webkit-box-shadow: inset 0 0 6px #222;
	box-shadow:         inset 0 0 6px #222;
	color: #333;
}
#search input#ctl00_btnSearch {
	border: none;
	padding: 4px;
	float: left;
	margin: 0;
	height: 25px;
	background: black url(../menu-bg.png) repeat-x left center; 
	width: 20%;
	text-align: center;
	color: #dedede;
	cursor: pointer;
	webkit-border-radius:	0 10px 10px 0; 
	-moz-border-radius: 	0 10px 10px 0; 
    border-radius:			0 10px 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}
#search input#ctl00_btnSearch:hover, #searchResultSearch input#ctl00_MainArea_btnSearch:hover {
	color: #a1b5f3;
}


#searchResultSearch {
	border: 1px solid black;
	overflow: hidden;
	webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	display: inline-block;
	vertical-align: middle;
}
#searchResultSearch input {
	background: transparent;
}
#searchResultSearch #ctl00_MainArea_tbSearch {
	border: none;
	padding: 5px 5px 5px 10px;
	float: left;
	margin: 0;
	height: 25px;
	background-color: #efefef;
	width: 260px !important;
	webkit-border-radius:	10px 0 0 10px; 
	-moz-border-radius: 	10px 0 0 10px; 
    border-radius:			10px 0 0 10px;
    -moz-box-shadow:    inset 0 0 6px #222;
	-webkit-box-shadow: inset 0 0 6px #222;
	box-shadow:         inset 0 0 6px #222;
	color: #919191;
}
#searchResultSearch #ctl00_MainArea_btnSearch {
	border: none;
	padding: 5px;
	float: left;
	margin: 0;
	height: 25px;
	background: black url(../top-menu-bg.jpg) repeat-x left top;
	width: 37px;
	text-align: center;
	color: #dedede;
	cursor: pointer;
	webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
#ctl00_MainArea_lblFilterByCategory, #ctl00_MainArea_pnlNoResults {
	padding: 10px 15px;
}
#ctl00_MainArea_lblSearchTitle {
	display: none;
}
/* -- css mainContent  ----------------------------------------------------------------------------------- */
#mainContent {
	float: left;
	width: 722px;
	padding: 10px 14px 80px 14px;
	background: transparent url(../sidebar.png) repeat-y top left;
	min-height: 700px;
}
form[action="quickcheckout.aspx"] #mainContent {
	width: 100%;
}
#main-area .Title, #main-area #BreadCrumbs, #main-area #ctl00_MainArea_lblBreadCrumbs, #main-area #ctl00_MainArea_rptPageContent_ctl00_lblTitle {
	clear: both;
	display: block;
	font-weight: bold;
	font-size: 18px;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid black;
	margin-bottom: 5px;
	color: #13459a;
}
#mainContent span#ctl00_MainArea_rptPageContent_ctl00_lblTitle {
	clear: both;
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
	padding: 3px 0 3px 10px;
	color: #13459a;
	text-transform: uppercase;
}
#mainContent .PageTitle {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
#mainContent .SubTitle {
	font-weight: bold;
	padding-top: 15px;
	display: block;
}
#mainContent .YourPrice {
	font-size: 16px;
	font-weight: bold;
	color: #ce0404;
}
#mainContent .Title #ctl00_MainArea_rptPageContent_ctl00_lblTitle {
	display: inline;
	border: none;
}
/*
#mainContent #BreadCrumbs, #mainContent #ctl00_MainArea_lblBreadCrumbs, #mainContent #BreadCrumbs .PageTitle {
	font-weight: normal;
	font-style: italic;
	color: #666;
}
*/
/* -- css login page ----------------------------------------------------------------------------------- */
#loginMainArea, #getAccountByEmail, #getAccountByCust {
	width: 326px;
	float: left;
	background-color: #f4f4f4;
	-moz-box-shadow: 0px 0px 6px #666;
    -webkit-box-shadow: 0px 0px 6px #666;
    box-shadow: 0px 0px 6px #666;
    padding: 10px;
    position: relative;
    font-size: 13px;
    font-style: italic;
    border: 1px solid #ffffff;
}
#loginMainArea{
	height: 240px;
	margin: 10px;
}
#getAccountByEmail, #getAccountByCust {
	height: 115px;
} 
#getAccountByEmail {
	margin: 10px;
}
#getAccountByCust {
	margin: 0px 10px 10px 10px;
}
#loginMainArea input, #getAccount input {
	width: 100%;
	margin-bottom: 5px;
}
#loginMainArea .loginTitle, #getAccount .loginTitle {
	font-weight: bold;
	font-style: normal;
	margin-bottom: 5px;
	display: block;
	border-bottom: 1px dotted black;
	color: #13459a;
}
#loginMainArea .loginText, #getAccount .loginText {
	display: block;
	padding-bottom: 2px;
	font-size: 11px;
}
#loginMainArea #ctl00_MainArea_btnLogin, #getAccount .loginRetrieveBtn {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	color: white;
	position: absolute;
	bottom: 0;
	background: url(../menu_btn_off2.jpg) repeat-x center center;
	width: 100% !important ;
	text-align: center;
    height: 30px;
    cursor: pointer;
    left: 0;
    font-weight: bold;
    font-size: 13px;
    text-shadow: 1px 1px 0px black;
}
#loginMainArea #ctl00_MainArea_btnLogin:hover,  #getAccount .loginRetrieveBtn:hover {
	background: url(../menu_btn_on2.jpg) repeat-x center center;
	color: #333;
	text-shadow: 1px 1px 0px white;
}
#getAccount input {
	
}

/* -- css products subcategories ----------------------------------------------------------------------------------- */
#subCatList {
	
}
#ctl00_MainArea_lblSubCategories {
	display: block;
	clear: both;
	padding-bottom: 5px;
}
#ctl00_MainArea_lblSubCategories br {
	display: none;
}
#ctl00_MainArea_lblSubCategories, #ctl00_MainArea_lblProducts {
	display: block;
	clear: both;
	margin: 10px 0;
	overflow: hidden;
	float: left;
	width: 100%;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
}
#ctl00_MainArea_lblProducts br {
	display: none;
}
.subCatItem  {
    width: 160px;
/*     height: 190px; */
    text-align: center;
    float: left;
    margin: 6px;
}
.subCatItem a img {
	-moz-box-shadow:    0px 0px 4px #999;
	-webkit-box-shadow: 0px 0px 4px #999;
	box-shadow:         0px 0px 4px #999;

}
.subCatItem a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	color: #363636;
	display: block;
	text-align: center;
}
.subCatItem a:hover {
	color: #166da6;
}
/* -- css products sorting ----------------------------------------------------------------------------------- */
#ctl00_MainArea_pnlProductSort {
	float: left;
	display: block;
	width: 100%;
	padding: 10px;
	background-color: rgb(235, 235, 235);
	margin-bottom: 10px;
	text-align: center;
}
#ctl00_MainArea_imgButtonGrid, #ctl00_MainArea_imgButtonList {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
#topProdButtons, #bottomProdButtons {
	clear: both;
	text-align: center;
	margin: 10px;
}
#topProdButtons input, #bottomProdButtons input {
	display: inline;
}

/* -- css products grid ----------------------------------------------------------------------------------- */
#Products {
	clear: both;
	overflow: hidden;
	padding-top: 10px;
}
.gridProd {
	float: left;
	width: 30.4%;
	-moz-box-shadow:     0px 0px 6px #666;
	-webkit-box-shadow:  0px 0px 6px #666;
	box-shadow:          0px 0px 6px #666;
	background-color: white;
	margin: 10px;
    font-size: 12px;
    min-height: 430px;
    position: relative;
    -moz-border-radius: 15px 0px 15px 0px;
	-webkit-border-radius: 15px 0px 15px 0px;
	border-radius: 15px 0px 15px 0px;
	border: 1px solid #13459a;
	overflow: hidden;
}
.gridProdImage {
	text-align: center;

}
.gridProd.Featured {
	min-height: 300px;
	overflow: hidden;
	width: 153px;
}
.gridProd.Featured .prodAddToCart, .gridProd .prodAddToCart {
	position: absolute;
	bottom: 0;
	width: 100% !important ;
	text-align: center;
    height: 30px;
    cursor: pointer;
    padding-top: 0;
    text-shadow: 1px 1px 0px #444444;
	font-size: 13px;
	background: transparent url(../menu_btn_off2.jpg) repeat center center;
}
.gridProd.Featured input:hover, .gridProd input:hover {
	background: transparent url(../menu_btn_on2.jpg) repeat-x center center;
	text-shadow: 1px 1px 0px white;
	color: #333333;
}
.gridProd br {
	display: none;
}
.gridProd img {
    margin: 13px;
    width: 150px
}
.gridProd.Featured img {
	margin: 14px;
}
.gridProd .YourPrice {
	display: block;
	font-weight: bold;
	font-size: 13px;
	padding: 3px 0 0 5px;
}
.prodName {
	display: table-cell;
	height: 54px;
	line-height: 13px;
	padding: 2px 5px;
	text-align: center;
	background-color: #f4f4f4;
	text-decoration: none;
	vertical-align: middle;
	color: #13459a;
	width: 10%;
}
.gridProd .prodName {

}
.prodName:hover {
	color: black;
}
.prodItemNumName {
	clear: left;
	font-weight: bold;
}
.gridProd .prodItemNumName {
	padding-left: 5px;
	text-align: left;
}
.prodItemNum {
	clear: right;
}
.gridProd .prodItemNum {
	text-align: left;
	font-size: 10px;
}
.prodStockStatus {
	display: block;
	background-color: #f4f4f4;
	overflow: hidden;
}
.gridProd .prodStockStatus {
	padding: 0 5px;
	height: 18px;
}
.prodStockStatus br {
	display: block;
}
.gridProd .prodStockStatus br {

}
.prodManfName {
	font-weight: bold;
}
.gridProd .prodManfName {
	display: block;
	padding: 0 5px;
}
.prodManfText {
	
}
.gridProd .prodManfText {
	display: block;
	padding: 0 5px;
	background-color: #f4f4f4;
	overflow: hidden;
	height: 19px;
}
.prodShortDesc {
	display: block;
	overflow: hidden;
	padding: 5px 5px;
	line-height: 14px;
	font-size: 11px;
}
.gridProd .prodShortDesc {
	height: 50px;
}
.gridProd input {
	border: 0;
	margin: 0;
	padding: 0;
	color: white;
	cursor: pointer;
}
/* -- css product details ----------------------------------------------------------------------------------- */
#prodDetail {
	font-size: 12px;
	float: left;
}
#prodMainImage {
	float: left;
	margin-right: 20px;
	width: 252px;
}
#prodMainImage a#ctl00_MainArea_hlFullSizeImage {
	float: left;

}
#prodMainImage a#ctl00_MainArea_hlFullSizeImage img {
	float: left;
	clear: both;
}
#ctl00_MainArea_imgMain {
	width: 252px;
	-moz-box-shadow:     0px 0px 6px #ececec;
	-webkit-box-shadow:  0px 0px 6px #ececec;
	box-shadow:          0px 0px 6px #ececec;
	border: 1px solid #e4e4e4;
}
#prodContent {
	float: left;
	width: 420px;
}
#prodContent #ctl00_MainArea_lblBreadCrumbs {
	display: inline;
	border: none;
}

#prodDetail #prodContent #ctl00_MainArea_lblTitle {
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted black;
	color: #414141;
}
#ctl00_MainArea_pnlFeatures {
	overflow: hidden;
	float: left;
	width: 100%;
}
#ctl00_MainArea_pnlFeatures ul {
	padding-left: 20px;
}
#ctl00_MainArea_lblTitle {
	display: block;
}
#ctl00_MainArea_pnlReviewTop {
	padding: 5px 0;
	border-bottom: 1px dotted #888;
	border-top: 1px dotted #888;
	margin: 5px 0;
}
#ctl00_MainArea_pnlSocialNetwork {
	padding: 5px 0;
	overflow: hidden;
}

#ctl00_MainArea_btnAddToWishList, #ctl00_MainArea_btnEmailToFriend {
	margin: 2px 10px 0 0;
	width: 100px;
	clear: right; 
	text-align: center;
	cursor: pointer;
}
/* -- css product details options ------------------------- */
#ctl00_MainArea_pnlOptions {
	float: left;
	width: 100%;
	padding-top: 5px;
	border-top: 1px dotted black;
	margin-top: 15px;
}
#ctl00_MainArea_lblOptionTitle {
	font-weight: bold;
	color: #13459a;
}
#ctl00_MainArea_pnlOptions .SubTitle {
	text-align: left;
	border-top: 1px dotted black;
	margin-top: 5px;
	padding-top: 5px;
}
#ctl00_MainArea_pnlOptions br {
	display: none;
}
#ctl00_MainArea_pnlOptions .YourPrice {
	display: block;
	text-align: right;
}
#ctl00_MainArea_pnlOptions input {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	color: black;
}
#ctl00_MainArea_pnlOptions #ctl00_MainArea_btnAddGroupItem {
	background: transparent url(../menu_btn_off2.jpg) repeat center center;
	width: 100% !important;
	text-align: center; 
    height: 30px;
    cursor: pointer;
    font-size: 14px;
    margin: 10px 0;
    color: white;
    text-shadow: 1px 1px 0px #444444;
} 
#ctl00_MainArea_pnlOptions #ctl00_MainArea_btnAddGroupItem:hover {
	background: transparent url(../menu_btn_on2.jpg) repeat center center;
	color: #333;
	text-shadow: 1px 1px 0px white;
}
#ctl00_MainArea_pnlOptions #ctl00_MainArea_lblItem {
	display: block;
	margin: 5px 0;
	font-weight: 11px;
	font-weight: bold;
	font-style: italic;
}
#ctl00_MainArea_pnlOptions #ctl00_MainArea_lblItemStockStatus {
	display: block;
	font-weight: 11px;
	font-weight: bold;
	font-style: italic;
	background-color: #f4f4f4;

}
/* -- css product details no options ------------------------- */

#ctl00_MainArea_pnlNoOptions {
	float: left;
	width: 100%;
}
#ctl00_MainArea_pnlNoOptions .SubTitle {
	text-align: left;
	border-top: 1px dotted black;
	margin-top: 10px;
	padding-top: 5px;
}
#ctl00_MainArea_pnlNoOptions br {
	display: none;
}
#ctl00_MainArea_pnlNoOptions .YourPrice {
	display: block;
	text-align: left;
}
#ctl00_MainArea_pnlNoOptions input {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	color: white;
}
#ctl00_MainArea_pnlNoOptions #ctl00_MainArea_txtQuantityOrdered_wrapper input {
	background: white;
	border: 1px solid black;
	padding: 3px;
	color: gray;
}
#ctl00_MainArea_pnlNoOptions #ctl00_MainArea_btnAdd {
	background: transparent url(../menu_btn_off2.jpg) repeat-x center center;
	width: 100% !important;
	text-align: center;
    height: 36px;
    cursor: pointer;
    font-size: 14px;
    margin: 10px 0;
    color: white;
    text-shadow: 1px 1px 0px black;
}
#ctl00_MainArea_pnlNoOptions #ctl00_MainArea_btnAdd:hover {
	background: transparent url(../menu_btn_on2.jpg) repeat-x center center;
	text-shadow: 1px 1px 0px white;
	color: #333;
}
#ctl00_MainArea_pnlNoOptions #ctl00_MainArea_lblItem {
	display: block;
	text-align: center;
	background-color: #f4f4f4;
	margin: 5px;
	font-weight: 11px;
	font-weight: bold;
	font-style: italic;
}
#ctl00_MainArea_pnlNoOptions #ctl00_MainArea_lblItemStockStatus {
	display: block;
	text-align: center;
	font-weight: 11px;
	font-weight: bold;
	font-style: italic;
}
/* -- css product details desc ------------------------- */

#ctl00_MainArea_pnlExtendedDesc {
	width: 100%;
	border-top: 1px solid black;
	margin: 20px 0 10px 0;
	float: left;
	padding: 5px 0;
	font-size: 13px;
}
#ctl00_MainArea_pnlExtendedDesc strong {
	font-weight: bold;
}
#ctl00_MainArea_pnlExtendedDesc br {
	display: none;
}
#ctl00_MainArea_pnlExtendedDesc ul {
	padding: 10px 0 0 20px;
}
#ctl00_MainArea_pnlExtendedDesc ul li {
	padding-bottom: 5px;
}
#ctl00_MainArea_pnlRequiredShippingMethodName {
	
}
#ctl00_MainArea_pnlReviews {
	display: block;
	float: left;
	width: 100%;
	border-top: 1px solid black;
	padding: 5px;
	border-bottom: 1px dotted black;
	margin-top: 10px;
}
#ctl00_MainArea_pnlRelated {
	float: left;
}
#prodSpecs {
	float: left;
}
#prodSpecs #ctl00_MainArea_lblspecShipWeight,
#prodSpecs #ctl00_MainArea_lblspecRequireMethod,
#prodSpecs #ctl00_MainArea_lblspecManfTitle {
	font-weight: bold;
}
textarea#ctl00_MainArea_tbGroupItemComments {
    width: 100%;
}
/* -- css recent and related ----------------------------------------------------------------------------------- */
#recentItemList, #relatedItemList {
	float: left;
	clear: both;
}
.recentItem, .relatedItem {
	float: left;
	width: 100px;
	background-color: white;
	margin: 8px;
	padding: 5px 0;
	-moz-box-shadow:     0px 0px 6px #666;
	-webkit-box-shadow:  0px 0px 6px #666;
	box-shadow:          0px 0px 6px #666;
    font-size: 10px;
    text-align: center;
    height: 210px;
    position: relative;
    -moz-border-radius: 15px 0px 15px 0px;
	-webkit-border-radius: 15px 0px 15px 0px;
	border-radius: 15px 0px 15px 0px;
	border: 1px solid #13459a;
	overflow: hidden;
}
.recentItem br, .relatedItem br {
	display: none;
}
.prodRecentProductsTitle, .prodRelatedProductsTitle {
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 11px;
	overflow: hidden;
	font-style: italic;
	margin-bottom: 10px;
}
.recentItem a.prodName, .relatedItem a.prodName {
	height: ;
}
#main-area .relatedItem .YourPrice, #main-area .recentItem .YourPrice {
	font-size: 14px;
	padding: 10px 0;
	display: inline-block;
}
#recentItemList input, #relatedItemList input {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	color: white;
}
#recentItemList .prodAddToCart, #relatedItemList .prodAddToCart {
	width: 100% !important ;
	text-align: center;
    height: 30px;
    cursor: pointer;
    padding-top: 0;
    text-shadow: 1px 1px 0px #444444;
	font-size: 13px;
	background: transparent url(../menu_btn_off2.jpg) repeat center center;
}
#recentItemList input:hover, #relatedItemList input:hover {
	background: transparent url(../menu_btn_on2.jpg) repeat-x center center;
	text-shadow: 1px 1px 0px white;
	color: #333333;
}
#recentItemList .SmallText, #relatedItemList .SmallText {
	height: 60px;
	vertical-align: middle;
	margin: 5px 0;
	padding: 0 5px;
}


/* -- css shopping cart ----------------------------------------------------------------------------------- */
#ctl00_MainArea_rapCart {
	
}
.cartButtons {
	display: block;
	margin: 10px 0;
	text-align: right;
}
.cartButtons input {
	padding: 8px;
	display: inline;
    text-align: center;
    height: 30px;
    cursor: pointer;
    text-shadow: 1px 1px 0px #444444;
    font-size: 13px;
    background: transparent url(../menu_btn_off2.jpg) repeat center center;
    border: none;
    color: white;
    text-shadow: 1px 1px 0px black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.cartButtons input:hover {
    background: transparent url(../menu_btn_on2.jpg) repeat center center;
    color: #333;
    text-shadow: 1px 1px 0px white;
}
.CartProd {
	margin: 5px 0;
	overflow: hidden;
	position: relative;
	border-bottom: 1px dotted #333;
	border-top: 1px dotted #333;
	padding: 5px 0;
}
.Red {
	color: red !important;
	font-size: 12px;
}
.CartProd a img {
	float: left;
	margin: 10px;
}
.CartProd a.cartItemName, .CartProd .cartItemNumber, .CartProd .cartStockStatus, .CartProd .cartQty {
	display: block;
	overflow: hidden;
}
.CartProd .cartStockStatus {
	font-size: 11px;
}
.CartProd a.cartItemName {
	text-decoration: none;
	font-weight: bold;
	color: #13459a;
	padding: 5px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid black;
}
.CartProd a.cartItemName:hover {
	color: #5c5c5c;
}
.cartStockStatus {
	
}
.CartProd .cartQty .riSingle {
	
}
.CartProd a:first-child {

  height: 160px;
  margin-right: 10px;
  float: left;
  border-right: 1px solid black;
}  

.CartProd .cartItemNumber .prodItemNumName {
	padding:0;
}

.CartProd .cartRemove {
	color: red;
	font-size: 12px;
	font-style: italic;
	float: right;
	padding-top: 5px;
}
.CartProd .cartRemove:hover {
	color: black;
}
#Products .CartProd .YourPrice {
	font-size: 15px;
	padding-top: 2px;
	float: left;
}
#cartTotals {
	margin-top: 20px;
    font-size: 12px;
    overflow: hidden;
}
.cartStockTitle, .cartBackOrderTitle, .cartSubTotalTitle, .cartShippingText {
	float: left;
	display: inline-block;
	font-weight: bold;
	width: 68.4%;
	font-style: italic;
	vertical-align: middle;
	padding: 5px 0 5px 10px;
}
.cartStockText, .cartBackOrderText, .cartSubTotalText, #ctl00_MainArea_lbEstimateShipping {
	display: inline-block;
	width: 30%;
	text-align: center;
	border-left: 1px solid #a6aed8;
	padding: 5px 0;
	
}
.cartMinOrderFeeTitle, .cartMinOrderFeeText {
	padding: 0;
}
.cartStockTitle, .cartStockText, .cartShippingText, #ctl00_MainArea_lbEstimateShipping {
	background-color: #f0f0f0;
}
a#ctl00_MainArea_lbEstimateShipping {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.cartSubTotalText {
	font-weight: bold;
	color: red;
}
/* -- css register ----------------------------------------------------------------------------------- */
#ctl00_MainArea_pnlNewAccountForm {
	background-color: #f4f4f4;
	-moz-box-shadow: 0px 0px 6px #666;
    -webkit-box-shadow: 0px 0px 6px #666;
    box-shadow: 0px 0px 6px #666;
    padding: 10px 10px 30px 10px;
    margin: 10px 0;
    font-size: 12px;
    position: relative;
    border: 1px solid white;
    
}
#ctl00_MainArea_pnlNewAccountForm input {
	display: inline-block;
	vertical-align: middle;
}
#frmNewAccount1, #frmNewAccount2, #frmNewAccount3, #frmNewAccount4, #frmNewAccount5 {
	font-weight: bold;
	padding: 2px 0;
	overflow: hidden;
}
#frmNewAccount1 input, #frmNewAccount2 input, #frmNewAccount3 input, #frmNewAccount4 input {
	display: block;
}
#ctl00_MainArea_lblInstruction0, #ctl00_MainArea_lblInstruction5 {
	font-size: 14px;
	display: block;
}
#ctl00_MainArea_lblInstruction0 {
	padding-bottom: 10px;
}
#ctl00_MainArea_lblInstruction5 {
	font-weight: normal;
	padding-top: 5px;
	border-top: 1px solid #6c6c6c;
	margin-top: 15px;
}
#ContactForm1, #ContactForm2, #ContactForm3, #ContactForm4, #ContactForm5, #ContactForm6, #ContactForm7, #ContactForm8, #ContactForm9, #ContactForm10 {
	padding: 2px 0;
	vertical-align: middle;
}
#ctl00_MainArea_SimpleContactControl_txtTitle {
	width: 180px !important;
}
#ContactFormExt {
	display: inline;
	margin-left: 30px;
}
#ctl00_MainArea_SimpleContactControl_lblAddressRequired {
	float: left;	
}
#ctl00_MainArea_SimpleContactControl_lblAddress {
	display: block;
}
#ctl00_MainArea_SimpleContactControl_pnlContact {
	border: 1px dotted #6c6c6c;
    background-color: white;
    padding: 10px;
    margin: 5px 0 10px 0;
}
#ctl00_MainArea_btnFinish {
	position: absolute;
	bottom: 0;
	color: white;
	background: transparent url(../menu_btn_off2.jpg) repeat-x center center;
	width: 100%;
	text-align: center;
    height: 32px;
    cursor: pointer;
    left: 0;
    font-size: 16px;
    border: none;
    font-weight: bold;
    text-shadow: -1px -1px 0px black;
}

#ctl00_MainArea_btnFinish:hover {
	background: transparent url(../menu_btn_on2.jpg) repeat-x center center;
	text-shadow: 1px 1px 0px white;
	color: #13459a;
}
/* -- css privacy ----------------------------------------------------------------------------------- */
#mainContent #ctl00_MainArea_rptPageContent_ctl00_lblText a {
	color: #e61010;
}
#mainContent #ctl00_MainArea_rptPageContent_ctl00_lblText a:hover {
	color: #353535;
}
#ctl00_MainArea_rptPageContent_ctl00_lblText {
	padding: 10px 0;
}
#ctl00_MainArea_rptPageContent_ctl00_lblText strong, #ctl00_MainArea_rptPageContent_ctl00_lblText b {
	font-weight: bold;
}
#ctl00_MainArea_rptPageContent_ctl00_lblText i, #ctl00_MainArea_rptPageContent_ctl00_lblText em {
	font-style: italic;
}
#ctl00_MainArea_rptPageContent_ctl00_lblText li {
	list-style: disc;
	margin-left: 20px;
}
#ctl00_MainArea_rptPageContent_ctl00_lblText small {
	display: inline;
	padding: 0 3px;
}
#ctl00_MainArea_rptPageContent_ctl00_lblText .videolist {
	float: left;
	padding: 5px;
	border: 1px solid black;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
    border-radius: 8px; 
    height: 59px;
    margin: 5px;
    width: 270px;
}
#ctl00_MainArea_rptPageContent_ctl00_lblText ul {
	padding: 10px;
}
#ctl00_MainArea_rptPageContent_ctl00_lblText p {
	padding: 0 10px;
}
#ctl00_MainArea_rptPageContent_ctl00_lblText img {
	max-width: 100%;
}
#ctl00_MainArea_rptPageContent_ctl00_lblText embed {
	max-width: 100%;
}

/* -- css menu  ----------------------------------------------------------------------------------- */

#jump {
	display: none;
}

#page {
margin: 0 auto;
padding: 0;
width: 68.5714em
}
#nav {
left: 50%;
right: auto;
margin-left: -43.65em;
width: 87.3em
}
/* -- css checkout  ----------------------------------------------------------------------------------- */
#checkoutMain {
	overflow: hidden;
}
#checkoutCol1, #checkoutCol2 {
	height: auto;
}
#checkoutCol1 {
	float: left;
	width: 69%;
	border-right: 1px dashed #ccc;
}
#checkoutCol1 h2 {
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #333;
	color: #353535;
	text-shadow: 1px 1px 0px white;
	padding-bottom: 2px;
}
#checkoutCol2 {
	float: left;
	width: 30%;
}
#checkoutCol2 ul li, #checkoutShipmentTitle, #checkoutShipmentCart, #checkoutButtons {
	text-align: right;
	margin-left: 20px;
}
#checkoutCol2 ul {
	padding: 10px;
}
#checkoutButtons input {
	cursor: pointer;
    background: url(../menu_btn_off2.jpg) repeat-x center center;
    padding: 10px 0;
    color: white;
    text-decoration: none;
    font-size: 13px;
    margin:  5px 0;
    border: none;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
    border-radius: 5px;
    text-shadow: 1px 1px 0px black;
}
#checkoutButtons input:hover {
	background: url(../menu_btn_on2.jpg) repeat-x center center;
	color: #333;
	text-shadow: 1px 1px 0px white;
}
#ctl00_MainArea_rptShipments_ctl00_lblShipmentHeader {
	color: red;
	font-weight: bold;
	font-style: italic;
}
#checkoutCol1 .checkoutContact {
	float: left;
	width: 47%;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
    border-radius: 8px;
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 10px 5px;
}
#checkoutCol1 .checkoutContact span.CheckoutInfo {
	font-style: italic;
}
#ctl00_MainArea_pnlBillingInfo, #ctl00_MainArea_pnlShippingInfo {
	border: 1px dotted #bbb;
	background-color: #FCFCFC;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
    border-radius: 6px;
    margin-top: 10px;
}
#ctl00_MainArea_pnlBillingInfo h2, #ctl00_MainArea_pnlShippingInfo h2, #ctl00_MainArea_pnlBillingInfo ul li, #ctl00_MainArea_pnlShippingInfo ul li {
	padding-left: 5px;
}
#ctl00_MainArea_pnlBillingInfo ul li, #ctl00_MainArea_pnlShippingInfo ul li {
	font-size: 12px;
	font-weight: bold;
}
#ctl00_MainArea_pnlBillingInfo ul #ctl00_MainArea_pnlBillingAddressValidation li {
	font-weight: normal;
	text-align: center;
	font-style: italic;
}
#ctl00_MainArea_pnlBillingInfo ul #ctl00_MainArea_pnlBillingAddressValidation li input {
	width: 97% !important;
	text-align: center;
	padding: 8px 0;
}
#checkoutCol1 .checkoutItem {
	display: block;
	clear: both;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
    border-radius: 8px;
    background-color: #eee;
    border: 1px solid #ddd;
    margin: 10px 5px;
    padding: 10px;
    font-size: 12px;
}
#checkoutCol1 .checkoutItem h2 {
	padding-left: 5px;
}
#ctl00_MainArea_pnlSingleShippingMethod {
	padding: 10px;
}
.checkoutItem textarea#ctl00_MainArea_txtComments {
	padding: 8px;
	width: 100%;
	margin-bottom: 10px;
	font-size: 12px;
	border: 1px dotted #ccc;
	background-color: #f6f6f6;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
    border-radius: 6px;
	-moz-box-shadow:    inset 0 0 6px #666;
	-webkit-box-shadow: inset 0 0 6px #666;
	box-shadow:         inset 0 0 6px #666;
	color: #4d4d4d;
	text-shadow: 1px 1px 0px white;
}
#ctl00_MainArea_txtComments_wrapper {
	width: 96% !important;
	margin: 0 12px;
}

/* -- featured brands ----------------------------------------------------------------------------------- */

#featured_brands {
    margin: 0 auto 15px auto;
    height: 338px;
    background: transparent url(../brands-bg.png) repeat-x top right;
    border: 1px solid white;
    -moz-border-radius: 22px 22px 15px 15px;
    -webkit-border-radius: 22px 22px 15px 15px;
    border-radius: 22px 22px 15px 15px;
    -moz-box-shadow: 0px 0px 10px #191919;
    -webkit-box-shadow: 0px 0px 10px #191919;
    box-shadow: 0px 0px 10px #191919;
    overflow: hidden;
    width: 960px;
    padding-top: 20px;
}
/* -- css account ----------------------------------------------------------------------------------- */
#ctl00_MainArea_rmpAccount, #wishListMain {
	padding-top: 10px;
}
#ctl00_MainArea_rmpAccount .bold {
	font-weight: bold;
}
#accountButtons {
	overflow: hidden;
}
#accountButtons a, #accountMenu a, .accountReportListItem a, #ctl00_MainArea_rmpAccount a.accountBackLink, #wishListMain a.accountBackLink {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
    border-radius: 5px;
    background: transparent url(../menu_btn_off2.jpg) repeat-x center -18px;
    padding: 5px 10px;
    color: white;
    text-shadow: 1px 1px 0px black;
    text-decoration: none;
    font-size: 12px;
    margin: 10px 10px 10px 0;
    float: left;
}
#accountButtons a:hover, #accountMenu a:hover, #ctl00_MainArea_rmpAccount a.accountBackLink:hover, #wishListMain a.accountBackLink:hover, #accountReportList .accountReportListItem a:hover {
	background: url(../menu_btn_on2.jpg) repeat-x center -18px;
	text-shadow: 1px 1px 0px white;
	color: #333;
}
#accountMenu, #accountReportList {
	background-color: #f0f0f0;
	border: 1px solid #353535;
	margin: 10px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
    border-radius: 8px;
    overflow: hidden;
}
#accountMenu p {
	float: left;
	margin: 15px 0 0 10px;
}
.accountReportListItem p {
	float: left;
	width: 690px;
	margin: 0;
}
#accountReportList .accountReportListItem:first-child p {
	margin: 9px 0 0;
}

#accountMenuName, #accountMenuOrders, #accountMenuPayments, #accountMenuService, #accountMenuWishlist, #accountMenuReports, .accountReportListItem {
	padding: 5px 10px;
	font-size: 12px;
	overflow: hidden;
}
#accountMenuName a, #accountMenuOrders a, #accountMenuPayments a, #accountMenuService a, #accountMenuWishlist a, #accountMenuReports a, .accountReportListItem a {
	width: 140px;
	text-align: center;
}
#accountMenuOrders, #accountMenuService, #accountMenuReports, #accountReportList .accountReportListItem:last-child {
	background-color: #f8f8f8;
}
/*
#ctl00_MainArea_rmpAccount a.accountBackLink, #wishListMain a.accountBackLink {
	-webkit-border-radius: 16px; 
	-moz-border-radius: 16px; 
    border-radius: 16px;
    background: transparent url(../back-bg.jpg) repeat-x center center;
    padding: 5px 10px;
    color: white;
    text-shadow: -1px -1px 0px #3a8a3f;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;  
    margin: 5px 0 10px;
    float: left;
}
*/
#ctl00_MainArea_rmpAccount h2 {
	font-size: 20px;
	font-weight: bold;
	clear: left;
	padding-top: 5px;
	border-bottom: 1px solid #727272;
	color: #353535;
	text-shadow: 1px 1px 0px white;
	padding-bottom: 2px;

}
#wishListMain span {
	float: left;
	clear: both;
	margin-top: 10px;
	
}
#accountTab ul {
	padding-left: 20px;
}
#ctl00_MainArea_rmpContacts {
	border: 1px solid #777;
	padding: 10px;
	background-color: #f1f1f1;
	border-radius: 10px;
}
#accountTab > input {
	padding: 8px;
	margin: 10px 0;
}
#accountTab #frmNewAccount5 {
	padding: 0;
}
#accountTabResetPassword .accountResetPassword {
	font-weight: bold;
	font-style: italic;
	display: block;
}
#accountTabResetPassword .accountResetPassword input {
	display: block;
}
#accountTabResetPassword .accountResetPassword input#ctl00_MainArea_btnChange, #accountTabResetPassword .accountResetPassword input#ctl00_MainArea_btnCancel {
	width: 156px;
	text-align: center;
	padding: 8px 0;
	margin: 3px 0;
}
#accountTab .accountCreditCard {
	padding: 5px;
	border: 1px solid #ddd;
	margin: 10px;
	background-color: #eee;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
    border-radius: 8px;
}
/* -- css footer  ----------------------------------------------------------------------------------- */
footer {
	height: 170px;
    clear: both;
    padding: 10px 10px 10px;
    background: #c3c3c3 url(../footer.png) repeat-x top center;
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    -moz-box-shadow: 0px 0px 10px #191919;
    -webkit-box-shadow: 0px 0px 10px #191919;
    box-shadow: 0px 0px 10px #191919;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-top: 1px solid white;
    width: 960px;
    margin: 0 auto;
}
footer .wrapper {
	width: auto;
}
#foot-menu {
	margin: 0 auto;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}
#foot-menu li {
    list-style: none;
    display: inline;
    padding: 10px 5px 0 0;
    color: #333;
    text-align: center;
}
#foot-menu li a {
    color: #333;
    text-shadow: 1px 1px 0px white;
    font-size: 13px;
    text-decoration: none;
}
#foot-menu li a:hover {
    color: #13459a;
}
#social {
    margin: 20px auto;
    width: 360px;
    overflow: hidden;
}
#social ul {
    float: left;
    margin: 2px 10px;
}
#social ul li {
    list-style: none;
    text-align: right;
    padding: 0;
    color: #444;
    font-size: 12px;
}
#social .right li {
    text-align: left;
}
.copy {
    text-align: center;
    font-size: 10px;
    clear: both;
    color: #333;
}

/* -- css Sub Prod  ----------------------------------------------------------------------------------- */
.CartProd .cartSubItemImage
{
      float: left;
}

#ctl00_MainArea_tbItemComments
{
    width: 100%;
}

#ctl00_MainArea_AddOnItems
{
    color: black;
}
.AccessoryDropDown
{
    color: #000000;
}


#ctl00_MainArea_Comments
{
    color: black;
}


#ctl00_MainArea_rcbAddOn
{
    width: 100%;
}


.AccessoryDropDown
{
    color: #000000;
    width: 100%;
}


