/* CSS Document */


.clear { clear:both;  height:0; }

.green_txt {
	color:#060;
}
.orange_txt {
	color:#F90;
}
.denied {
background:url(../site-images/exclamation.jpg) top center;
padding-top: 150px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}


/* CURRENCY SELECT START*/
.currencySelect {
	text-align:center;
}
.currencySelect h3 {
	font-size:12px;
	font-weight:bold;
	color:#B3D901;
	margin:0;
	padding:5px 0 3px 0;
}
.currencySelect select {
	font-size:11px;
}
/* CURRENCY SELECT END */



/* CATAGORY NAVAGATION START */
#catalogMenu {
	width: 210px; 
	margin:10px 0 0 0; 
	padding: 0px; 
	font-weight: bold;
	color: #fff; 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#catalogMenu li {
	display: block;  
	border-bottom: 3px solid #e7e7e7; 
	background-color: #fff;
}
#catalogMenu a {
	color:#333;
	display:block;
	text-decoration: none;
	padding: 4px 0 4px 25px;
}
#catalogMenu a:hover {
	color:#fff; 
	background: url(../site-images/arrow-on.gif) no-repeat #454f54 13px 9px; 
	border-right: 10px solid #B3D901;
}
#catalogMenu .selected  {
	color:#fff; 
	background: url(../site-images/arrow-on.gif) no-repeat #454f54 13px 9px; 
	border-right: 10px solid #B3D901;
}
#catalogMenu .subCategory {
	margin:0;
	padding:0;
}
#catalogMenu .subCategory li{
	border-bottom:0;
}
#catalogMenu .subCategory a{
	padding: 4px 0 4px 35px;
	border-bottom:0;
	border-right: 10px solid #669900;
	background: url(../site-images/arrow-on.gif) no-repeat #454f54 23px 9px;
	color:#CCC;
}
#catalogMenu .subCategory a:hover{
	border-right: 10px solid #B3D901;
	background: url(../site-images/arrow-on.gif) no-repeat #454f54 23px 9px;
	color:#FFF;
}
#catalogMenu .subCategory .selected  {
	color:#fff; 
	background: url(../site-images/arrow-on.gif) no-repeat #454f54 23px 9px; 
	border-right: 10px solid #B3D901;
}
/* CATAGORY NAVAGATION END */



/* BREADCRUMBS START */
#crumbs {
	margin: 0px 10px 10px 10px; 
	background-color:#fff;
	padding:5px;
	line-height:1em;
	color: #514f4e;
	width:510px;
	font-size:11px;
}
#crumbs a {
	color:#A40D20;
	text-decoration:none
}
#crumbs a:hover { 
	color:#B3D901; 
	text-decoration:underline;
}
/* BREADCRUMBS END */



/* PAGINATION STARTS*/
.Paginator {
clear:both;
margin-bottom:6px;
	font-size:11px;
}

/* PAGES */
.Paginator .pages {
	width:auto;
	float:left;
}
.Paginator .pages  ul {
	display:inline;
	margin:0;
	padding:0;
}
.Paginator .pages  li {
	list-style:none;
	display:inline;
	margin:0 2px;
}
.Paginator .pages  a {
	color: #CC0000;
}
.Paginator .pages  a:hover {
	color: #B3D901;
}
.Paginator .pages  .selected {
	color: #B3D901;
	font-weight: bold;
}

/*PRODUCT LIST SORTER */
.Paginator .productListSorter {
	width:auto;
	float:right;
}
.Paginator .productListSorter ul {
	display:inline;
	margin:0;
	padding:0;
}
.Paginator .productListSorter li {
	list-style:none;
	display:inline;
	margin:0 2px;
}
.Paginator .productListSorter a {
	color: #CC0000;
}
.Paginator .productListSorter a:hover {
	color: #B3D901;
}
.Paginator .productListSorter .selected a {
	color: #B3D901;
	font-weight: bold;
}

/* PAGES SHOWN */
.Paginator .PagesShown {
	width:auto;
	float:left;
}

/* PRODUCTS SHOWN */
.Paginator .ProductsShown {
	width:auto;
	float:right;
	font-size:11px;
	padding-top:4px;
}

/* DROP DOWN */
.Paginator .PaginatorDropdown {
	width:auto;
	float:right;
}
.Paginator .PaginatorDropdown select {
	display:inline;
	font-size:11px;
}


/* PAGINATION ENDS*/



/* PRODUCT LIST STARTS */
#productList {
	width:auto;
	margin:0 auto;
}
#productList .product {
	float: left;
	font-size: 10px;
	width: 150px;
	height:200px;
	overflow:hidden;
	text-align: center;
	padding:6px 4px 0 4px;
}
#productList .hasBorder {
	border-right:1px solid #99CC33;	
}
#productList .hasTopBorder {
	border-top:1px solid #99CC33;	
} 
#productList .productName a{
	text-align: left;
	display: block;
	height: 27px;
	margin-top: 3px;
	overflow: hidden;
	text-decoration: none;
	color: #0000FF;

}
#productList .productImage {

}
#productList .productPrice a{
	margin-top: 4px;
	text-align: left;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	display: block;
	text-decoration: none;
}
/* PRODUCT LIST ENDS */



/* PRODUCT INFO STARTS */
#productInfo {
	
}
#productInfo .mainImage{
	float: left;
	margin-right:15px;
	margin-bottom:15px;	
}
#productInfo .productName {
	
}
#productInfo .productPrice {
	font-size: 18px;
	font-weight: bold;
	color: #B3D901;
	margin-bottom: 8px;	
}
#productInfo .productShortDescription {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;	
}
#productInfo .productDescription {
	margin: 15px 0;
	font-size: 14px;	
}
#productInfo .productOptions {
	clear: both;
	padding-top: 15px;
	font-size: 11px;	
}
#productInfo .productQuantity {
	font-size: 12px;	
}


/* RELATED PRODUCTS STARTS*/
#relatedProducts {
	margin: 10px 0;
	
}
#relatedProducts h2 {
	
}
#relatedProducts .product {
	float: left;
	width: auto;
	padding: 10px;
	font-size: 12px;
	text-align: center;
	
}
#relatedProducts a {
	text-decoration: none;
	color: #C00;
	font-weight: bold;
	
}
/* RELATED PRODUCTS ENDS*/



/* SHOPPING CART STARTS */
/* CART STYLES (cart.php & checkout.php-step1 ) */
#cart .empty {
	text-align:center;
	padding:50px 0;
	font-weight:bold;
}
#cart .cart {
	width:100%;
	font-size:0.70em;
	text-align:left;
}
#cart .cart th {
	font-weight:bold;
	background-color:#666;
	padding:3px;
	color:#FFF;
}
#cart .cart .item td {
	font-size:0.9em;
	padding:5px 3px;
}
#cart .cart .item {
	background:#eeeaef url(../site-images/row-bg.gif) top repeat-x;
}
#cart .cart .name {
	font-weight:bold;
	overflow:hidden;
}
#cart .cart .sku {
	font-size:0.9em;
	
}
#cart .totals div{
	padding:10px 15px 0px 0;
	text-align:right;
	font-size:0.75em;
	font-weight:bold;
}
#cart .totals b {
	color:#606;
}
#promo {
	border:1px solid #e2dae3;
	background:#eeeaef;
	font-size:0.70em;
	text-align:left;
	padding:5px;
	margin:10px 0;
	line-height:1.4em;
}
#promo .code {
	margin-top:10px;
	padding-right:10px;
	text-align:right;
}
#promo .msg{
	color:#F00;
}

#cart_btns {
	text-align:right;
}
/* SHOPPING CART ENDS */



#checkout .progress_bar {
	margin:0 auto 10px auto;
	font-size:10px;
	height:21px;
	width:500px;
	color:#333;
	font-weight:bold;
}
#checkout .progress_bar a {
	color:#333;
	text-decoration:none;
}
#checkout .progress_bar .start {
	height:21px;
	width:10px;
	float:left;
	background:url(../images/progress_start.gif) left no-repeat;
}
#checkout .progress_bar .bar {
	padding-top:4px;
	height:17px;
	float:left;
	width:120px;
	text-align:center;
}
#checkout .progress_bar .on {
	background:url(../images/progress_1.gif) repeat-x;
}
#checkout .progress_bar .off {
	background:url(../images/progress_0.gif) repeat-x;
}
#checkout .progress_bar .end {
	height:21px;
	width:10px;
	float:left;
	background:url(../images/progress_end.gif) right no-repeat;
}
#checkout .Title {
	color:#454548; font-size:0.90em; font-weight:bold;
	padding:3px 0;
}
#checkout .Block {
	font-size:0.80em;
	border:1px solid #e2dae3;
	background:#eeeaef;
	margin:0px auto 10px auto;
}
#checkout .Block table td {
	padding:5px;
}
#checkout .btns {
	text-align:right;
}

/* SIGN IN & REGISTER */
#account .Title {
	color:#454548; font-size:0.90em; font-weight:bold;
	padding:3px 0;
}
#account .Block{
	padding:10px;
	font-size:0.80em;
	border:1px solid #e2dae3;
	background:#eeeaef;
	margin:0px auto 10px auto;
}
#account .btns {
	padding:10px;
	text-align:right;
}

/* ACCOUNT (account.php) */
#account_details {
	margin-top:10px;
	font-size:0.75em;
}



/* SEARCH RESULTS STYLE */
.SearchResult {
	font-size:0.70em;
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color: white;
}
.SearchResult .item {
	background:#ece7ec url(../images/row-bg.gif) repeat-x;
	padding:5px;
}

.SearchResult .Empty{
    padding: 30px 0px 40px 0px;
    text-align: left;
    font-family: Tahoma, Verdana; 
    color:#936;
    font-size: 12px;
    font-weight: bold;
}

.SearchResult .Highight {
    background-color:#FF3;
}

.SearchResult .ProductName {
    padding: 0px;
    padding-bottom: 5px;
    text-align: left;
}


.SearchResult .ProductName a{
}

.SearchResult .ProductName a:hover{
    color: #888888;
}

.SearchResult .ProductDescription {
}

.SearchResult .ProductDescription a {
    color: #333333;
    text-decoration: none;
}

.SearchResult .ProductDescription a:hover {
    color: #888888;
}

.SearchResult .ProductNumber {
    font-family: Tahoma, Verdana;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
}