@import url(reset.css);

/* @group Generic */

/* @group Font Sizes and Margins */

body {
	background-color: #ffffff;
	color: #000000;
	color: rgba(0, 0, 0, 0.99);
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px auto;    
	width: 930px;
	padding-bottom: 30px;
}

p,
td,
li,
th,
dt,
dd {
	font-size: 1.2em;
	line-height: 1.5em;     
	font-family: Verdana, sans-serif;
}

li li,
li p,
td li {
	font-size: 1.0em;
}

p {
	margin: 0 0 .8em 0;
}

/* @end */

/* @group Headers */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0.5em 0;
	line-height: 1.5em;
}

h1 {                  
	margin-top: .2em;
	font-size: 2.4em; 
	color: #ff0000;  
	background: transparent url('/images/layout/logo-small.png') no-repeat 0 100%;
	padding-bottom: 22px;   
	line-height: 1em;          
    width: 400px;
}

h1 a:link,
h1 a:visited {
	color: #ff0000;
	text-decoration: none;
}    

h1 a:hover,
h1 a:active {
	text-decoration: underline;
}              

h1.welcome {
	text-indent: -9999px;
	background: transparent url('/images/layout/welcome.png') no-repeat 0 0;          
	padding-bottom: 10px;  
	margin-bottom: 30px;                 
}

h1 span {
	color: #000000;
	font-size: 0.5em;
	font-weight: bold;
	font-family: sans-serif;
}

h2 {
	font-size: 1.6em;   
	font-family: Verdana, sans-serif;    
	color: #000000;
	margin-top: 0;   
	line-height: 1em;
}      

h3 {        
	margin: 0 0 4px;
	font-size: 1.4em;  
	color: #000000;
	font-family: Verdana, sans-serif;
}

h4 {
	font-size: 1.8em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.2em;
}

/* @end */

/* @group Blockquotes */

blockquote {
	margin: 1em 0;
}

blockquote p {
	margin: 1em;
}

blockquote p cite {
	display: block;
	text-align: right;
}

blockquote p cite:before {
	content: "— ";
}

/* @end */

/* @group Lists */

ul,
ol {
	margin: 0.5em 0;
}

li {
	margin: 0.25em 0;
}

ul li {
	list-style: disc;
	margin-left: 1.6em;
}

ul.square li {
	list-style-type: square;
}

ol li {
	list-style: decimal;
	margin-left: 1.6em;
}

ul.horizontal li {
	border-right: 1px solid #999999;
	display: inline;
	float: left;
	margin: 0 0.8em 0 0;
	padding: 0 0.8em 0 0;
}
	
ul.horizontal li.last {
	border-right: 0 none;
	padding-right: 0;
	margin-right: 0;
}

/* @end */

/* @group Tables */

table {
	margin: 1em 0;
	width: 100%;
}

table td,
table th {
	padding: 9px 11px;
	text-align: left;
}

/* @end */

/* @group Links */

a:link,
a:visited{ 
	color: #ff0000;  
	text-decoration: none;
}

a:hover,
a:active {
	color: #ff0000;
	text-decoration: underline;
}

/* @end */

/* @group Images, Pullquotes and Callouts */

a img {
	border-width: 0;
}

img {
	margin: 0;
	padding: 0px; 
}

.image-left,
div.callout-left,
div.pullquote-left {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
}

.image-right,
div.callout-right,
div.pullquote-right {
	display: inline;
	float: right;
	margin: 0 0 10px 10px;  

}

div.image-left,
div.image-right {
 	width: 100px;  
	border: 2px solid #000000;
}

img.image-left,
img.image-right,
.image-left img,
.image-right img {
	display: block;
}

.image-left p,
.image-right p {
	color: #797979;
	color: rgba(102, 102, 102, 0.99);
	font-size: 1.1em;
}

div.pullquote-left,
div.pullquote-right {
	background-color: #000;
	border-width: 3px 0;
	color: rgba(255, 255, 255, 0.99);
	font-size: 160%;
	line-height: 1.5em;
}

div.callout-left,
div.callout-right {
	background-color: #666;
}

/* @end */

/* @group Clear */

.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
}

.clear span {
	position: absolute;
	left: -9999em;
}

.group:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

/* @end */

/* @group Grid */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }

.column {
	margin: 0 10px;
	float: left;
	display: inline;
}

.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}

/* @end */

/* @end */  

/* @group Pagination */

.pagination a:link,
.pagination a:visited {
	padding: 2px;
	font-size: 1.4em;
	color: red;
}  

.pagination strong {
	font-size: 14px;
	color: black;
}




/* @group */   

/* @group Header */   
#header {
	background: transparent url('/images/layout/bar.gif') no-repeat 0 100%;   
	padding: 35px 0;   
    margin-bottom: 15px; 
}

#header .logo a {         
	display: block;           
	width: 400px;
	height: 62px; 
	float: left;
	text-indent: -9999px;
	background: transparent url('/images/layout/logo.gif') no-repeat 0 0;   
}              

#header form {
	float: right;      
	width: 239px;     
	padding: 5px;
}            

#header form input {
	float: left;      
	width: 186px;       
    height: 23px;
	line-height: 24px;     
	margin-top: 5px;     
	color: #ff0000; 
	font-weight: bold;    
	font-size: 1.4em;
}               

#header form input.go {
	float: right;
	display: block;
	width: 40px;
	height: 34px;
	text-indent: -9999px;
	background: transparent url('/images/layout/button-go.gif') no-repeat 0 0;     
	border: none;
	padding: 0;             
	cursor: pointer;
}

#header .header-links {
	display: none;
}

#header .filters form {
   	margin-left: 498px;
	float: none;  
	width: auto;
}

/* @end */  

/* @group Wrapper */  
#wrapper {
	padding-bottom: 50px; 	
}
/* @end */       

/* @group Sidebar */
#sidebar {
	display: block;
	float: left;
	width: 140px;      
	padding: 10px;
}

/* @end */

/* @group Featured */ 

#featured,
#featured li {
	margin: 0;
	list-style: none;
} 

#featured {
	position: relative;
}            

#featured .promotion-top-right img {
   	position: absolute;
	top:60px;
	right: 60px;
}

#featured .promotion-bottom-left img {
   	position: absolute;
	top: 265px;
	left: 73px;
}

/* @end */

/* @group menu */    
             
#menu {
	margin: 0 0 20px 0;     
}

#menu li {           
    font-size: 1.2em;    
    font-family: Arial; 
    text-transform: uppercase;
    list-style: none;    
	margin: 0;         
}            
        
#menu li.borders {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;    
	margin: 4px 0;
	padding: 5px 0;
}

#menu li a:link,
#menu li a:visited {
	font-weight: bold; 
	line-height: 1.7em;
	color: black;
}

#menu li.active a:link {
    color: #ff0000;  
}
/* @end */    

/* @group Content */
#content {         
	display: block;
	float: left;     
    background: transparent url('/images/layout/content-box-background.jpg') repeat-y 0 0;  

}                 

#content #content-outer {
	background: transparent url('/images/layout/content-box-top.jpg') no-repeat 0 0;
}
 
#content #content-inner {
	background: transparent url('/images/layout/content-box-bottom.jpg') no-repeat 0 100%;    
	width: 451px;    
	padding: 10px 18px 25px 18px;
	position: relative;   

}          

#content span.online-board-shop 	{
	background: transparent url('/images/layout/online-board-shop.png') no-repeat 0 0;
	display: block;
	height: 58px;
	width: 57px;
	text-indent: -9999px;
	position: absolute;
	right: 15px;
}

#content .frame {   
   	position: absolute;
	top: 80px;
	margin-bottom: 25px;
	z-index: 10; 
	display: block;
	height:460px;
	width: 454px;
}            

#content .frame-small {   
   	position: absolute;
	top: 0;
	margin-bottom: 25px;
	z-index: 10; 
	display: block;
	height: 118px;
	width: 115px;
	background: transparent url('/images/layout/frame-small.png') no-repeat 0 0;
}

#content img.product-image {
	width: 400px;
	margin: 42px;    
}    

#content a.button-add-to-cart {
	display: block;
	width: 209px;
	height: 50px;
	text-indent: -9999px;
	background: transparent url('/images/layout/button-add-to-cart.gif') no-repeat 0 0;   
	float: right;
}

#content span.credit-cards {
	display: block;     
	width: 158px;
	height: 44px;
	text-indent: -9999px;
	background: transparent url('/images/layout/credit-cards.gif') no-repeat 0 0;
}

#content form.filters {
	padding: 10px 0;
}             
     
#content form.filters select.order {
	float: right;
	display: inline;
}

#content .category-list {
	margin: 0;
}             

#content .category-list li {
	list-style: none;
	float: left;
	display: inline;
    position: relative; 
	margin: 17px; 
	width: 115px;  
	height: 180px;
}

#content .category-list a:link,
#content .category-list a:visited {
	color: black;
}

#content .category-list h3 {
	text-align: center;
}

#content .category-image {
	width: 75px;
	margin: 20px;
}

/* @end */

/* @group Sub Content */
#content-sub {
	display: block;
	float: right;        
	width: 252px;    
	border-left: 1px solid #cccccc;         
	padding-left: 15px;
}      

#content-sub .box {         
    background: transparent url('/images/layout/subcontent-box-background.jpg') repeat-y 0 0; 
	margin-bottom: 8px;
}                 

#content-sub .box-top {
	background: transparent url('/images/layout/subcontent-box-top.jpg') no-repeat 0 0;
}
 
#content-sub .box-bottom {
	background: transparent url('/images/layout/subcontent-box-bottom.jpg') no-repeat 0 100%;    
	width: 220px;    
	padding: 8px 12px;
}            

#content-sub .price {
	text-align: right;
	font-size: 1.2em;
}                   

#content-sub .price span {
	font-size: 2.7em;    
	line-height: 1em;
}                        

#content-sub .price a:link,
#content-sub .price a:visited {
	color: black;
}

#content-sub .shipping-info span {
	font-size: 1.2em;
	color: #b60000;
}

/* @group Brands */
#content-sub .brands {
	float: left;
	margin: 0;
}

#content-sub .brands li {
	float: left;
	display: inline;       
	margin: 0;
}
/* @end */

/* @end */             

/* @group Footer */
#footer {               
	text-align: right;
	color: #999999;   
	display: block;
	width: 930px;
	height: 15px;  
	padding-top: 15px;
   	background: transparent url('/images/layout/bar.gif') no-repeat 0 0;    
}              

/* @end */


/* OOCSS */

/* =Feature List */

.feature-list li {
	list-style: none;
	float: left;
	margin: 0 0 20px 20px;
}


/* =Products */

.product-list {
	padding: 15px 0;
}             

.product-list li {
	list-style: none;  
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px solid #ccc;
}

.product-list a:link,
.product-list a:visited {
	color: black;  
}

.product-detail {
	float: right;
	width: 321px;
}

/* Colors */

.important {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

