/* ~~ This the css file for the Responsive Design of Virtual Monochrome from Ecommerce Templates.
The first section correponds to the maximum width version of 1280 pixels ~~ */

@charset "utf-8";
/* ~~ Main settings and resets ~~*/
body{
	margin:10px;
	font: 100%/1.5 Arial, serif;
	color:#333;
	line-height:1.6;
			
}

ul{
	margin:0;padding:0;
}

img{
	border:0px;
}

.clr{
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	border: none;
}

/* ~~ Social media icons ~~*/
.topsocial{
	width:100%;
	height:30px;
	background-color:#151515;
	text-align:right;
	float:right;
}

/* ~~ Top navigation on smaller window sizes ~~*/
.topleftlinks{
	display:none;
}

/* ~~ Top right navigation ~~*/
.toptextlinks{
	font-size:1.0em;
}

/* ~~ Container ~~*/
#maincontainer{
	width: 1280px;
	margin: 0 auto;
}

/* ~~ The header section ~~*/
#header{
	padding: 6px 0;

}

#header .logo{
	padding-top: 0px;
	padding-bottom:0px;
	background-color:#151515;
}

#header .hdrR{
	line-height: 16px;
	text-align: right;
	margin-top:18px;
}

#header .hdrR p{
	color: #60a1de;
	padding: 10px 0 0 0px;
}

#header .logo{
	float: left;
}

.l{
	float: left;
}

#header .hdrR{
	float: right;
}

/* ~~ Body content ~~*/
#mainwrapper{
	float: left;
	width: 100%;
	background:#fff;
}

#maincontent{
	margin-left: 156px; 
	padding:0px 4px 0px 4px;
	font-size:0.9em;
}
div.store{
	padding:20px;
}
p.small{
	font-size:0.5em;
	text-align: left;
	width:100%;
}



/* ~~ Footer content ~~*/
.footer1{
	clear: left;
	width: 100%;
	background: #636;
	color:#ccc;
	font-size:0.9em;
}

#footer{
	clear: left;
	width: 1280px;
	background: #636;
	color:#ccc;
	margin: 0 auto;
	font-size:0.9em;
}

#footer a{
	color:#fff;
}

div.bottomlinks1, div.bottomlinks2, div.bottomlinks3, div.bottomlinks4{
	float: left;
	width: 289px;
	background: #636;
	border-right: 1px solid #ccc;
	padding:15px;
}

p.copyright{
	font-size:0.9em;
	text-align: left;
	width:100%;
}


/* ~~ Main link properties ~~*/
A:link{
	color: #333;
	text-decoration: none;
}
A:visited{
	color: #333;
	text-decoration: none;
}
A:active{
	color: #333;
	text-decoration: none;
}
A:hover{
	color: #da6805;
	text-decoration: underline;
}

/* ~~ Store generated link properties ~~*/
A.ectlink:link{
	color: #da6805;
	text-decoration: none;
}
A.ectlink:visited{
	color: #da6805;
	text-decoration: none;
}
A.ectlink:active{
	color: #da6805;
	text-decoration: none;
}
A.ectlink:hover{
	color: #636;
	text-decoration: underline;
}

/* Top Link Properties */
A.tp:link{
	color: #da6805;
	text-decoration: none;
}
A.tp:visited{
	color: #da6805;
	text-decoration: none;
}
A.tp:active{
	color: #da6805;
	text-decoration: none;
}
A.tp:hover{
	color: #544A4A;
	text-decoration: underline;
}

/* ~~ Top horizontal navigation bar ~~*/
div#topnav{
	background-color: #636;
	border-top: solid 1px #000;
	border-bottom: solid 1px #fff;
}
div#topnav ul{
	font-size: .9em;
	color: #999;
	text-align: center;
	margin: 0;
	padding-top:6px;
	height:21px;
	padding-left: 0px;
	line-height:1.3;
}
div#topnav ul li{
	display: inline;
}
div#topnav ul li a{
	padding: 5px 10px 5px 10px;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	margin-right: -1px;
}
div#topnav ul li a:hover{
	background-color: #999;
	color: #ccc;
}

/* ~~ Titles ~~*/
div.menutop{
	font-size: 1.3em;
	font-weight:normal;
	height:24px;
	background: url(images/menutop.jpg) #fff repeat-x;
	color : #666;
	text-align:right;
	width: 142px;
	border-top:1px solid #ccc;
	padding-right:8px;
	padding-top:4px;
}

div.prodtop{
	font-size: 0.9em;
	font-weight:normal;
	margin-top:0px;
	height:25px; 
	background: url(images/menutop.jpg) #fff repeat-x;
	color : #666;
	border-top:1px solid #ccc;
	padding-left:6px;
	padding-top:2px;
	font-weight:bold;
}

h1{
	font-size: 0.9em;
	font-weight : bold;
	padding: 0px;
	color : #666;
	margin:4px;
}

/* ~~ Home page content ~~*/

div.homepics{
	width:1130px;
}
div.picscontent{
	width:356px;
	padding:5px;
	float:left;
	margin:4px;
}

div.prodpic{
	float:left;
}

div.prodtext{
	float:right;
	width:250px;
}

/* ~~ Horizontal rule ~~*/
hr{
	height: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #636;
}






/* This is the first breakpoint and is for screen sizes between 980 and 1280 pixels. 
If there is no difference in the classes above, you would use the classes above or if you need to make changes at this resolution, add them below
-------------------------------------*/
@media screen and (max-width: 1300px){

#maincontainer{
	width: 980px;
}	

.lefthand{
	margin-left: -980px; 
}

#footer{
	width: 980px;
}	
div.bottomlinks1, div.bottomlinks2, div.bottomlinks3, div.bottomlinks4{
	width: 209px;
}

div.homepics{
	width:830px;
}	

div.picscontent{
	width:396px;
}

div.prodtext{
	width:290px;
}

/* ~~ The products page ~~*/
div.prodfilterbar{
	width:780px;
}

div.pagenums{
	width:780px;
}

div.prodnavigation{
	width:600px;
}


}

/* This is the second breakpoint and is for screen sizes between 1000 and 1280 pixels. 
If there is no difference in the classes above, you would use the classes above or if you need to make changes at this resolution, add them below
-------------------------------------*/
@media screen and (max-width: 1008px){

#maincontainer{
	width: 680px;
}	

.lefthand{
	margin-left: -680px; 
}

/* ~~ Remove links from top nav bar ~~*/
.navextra{
	display:none;
}

#footer{
	width: 680px;
}	
div.bottomlinks1, div.bottomlinks2, div.bottomlinks3, div.bottomlinks4{
	width: 138px;
}

div.homepics{
	width:530px;
}	

div.picscontent{
	width:244px;
}

div.prodtext{
	width:140px;
}


}

/* This is the third breakpoint and is for screen sizes between 468 and 690 pixels. 
If there is no difference in the classes above, you would use the classes above or if you need to make changes at this resolution, add them below
*/
@media screen and (max-width:690px){
#maincontent{
	margin-left: 0px; 
	border: 0px;
}

#maincontainer{
	width: 468px;
}	

/* ~~ Show top navigation links ~~*/
.topleftlinks{
	display:inline;
	float:left;
	padding-top:4px;
	font-size:0.8em;
}

/* ~~ Remove top right navigation ~~*/
span.toptextlinks{
	display:none;
}

/* ~~ Remove horizontal nav bar ~~*/
#navlist{
	display:none;
}

/* ~~ Move search bar ~~*/
div.searchbox{
	margin-top:-20px;
	width:468px;
	text-align:left;
	height:46px;
	float:left;
}

#topnav{
	display:none;
}

#input-keywords	{
	width: 434px;
}

/* ~~ Remove left hand menu ~~*/	
.lefthand{
	display:none; 
}

span.prodcats{
	display:none;
}

/* ~~ Reset footer ~~*/

#footer{
	width: 468px;
}	
div.bottomlinks1, div.bottomlinks2, div.bottomlinks3{
	width: 118px;
}
div.bottomlinks4{
	display:none;
}

div.homepics{
	width:460px;
}	

div.picscontent{
	width:444px;
}
div.prodtext{
	width:330px;
}
/* ~~ Modify additional info field on checkout ~~*/
textarea.addinfo{
	width:150px;
}


}

/* This is the fourth breakpoint and is for smartphones. 
If there is no difference in the classes above, you would use the classes above or if you need to make changes at this resolution, add them below */
@media screen and (max-width:400px){

#maincontainer{
	width: 308px;
}

div.searchbox{
	width:308px;
}

#input-keywords	{
	width: 274px;
}

/* ~~ Remove top slider ~~*/
div.callbacks_container, div.rslides{
	display:none;
}

div.homepics{
	width:300px;
}	

div.picscontent{
	width:284px;
}

div.prodtext{
	width:180px;
}

#footer{
	width: 308px;
}

div.bottomlinks3{
	display:none;
}

/* ~~ Remove left hand cart column ~~*/
.cobcol1{
	display:none;
}

div.store{
	padding:0px;
}


}