body {
	margin-top: 5px;
	padding: 0;
	background: #f1f1f1;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/*text-align: justify;*/
	color: #464646;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1 {
}

h2 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-family: Georgia, serif;
	font-size: 18px;
	color: #404040; 
}
h3 {color: #404040; }

p, ul, ol {
	margin: 0 0 2em 0;
	line-height: 26px;
}
p {
	text-align: justify;
}

a {
	color: #21759b;
}

a:visited {
	color: #288DAE;
}

a:hover, a:active {
	color: #d54e21;
}



img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-size: 13px;
	color: #333333;
}

#wrapper {
	width: 980px;
	margin: 10px auto 0 auto;
	padding: 0;

}

/* Header */

#header {
	width: 980px;
	margin: 0 auto;
	height: 270px;
	background: url(/layout/header.gif) no-repeat 573px 6px;	
}

#bordertop {
	width: 980px;
	margin: 0 auto;
	height: 6px;
	background: url(/layout/bordertop.gif) no-repeat top left;	
}

#bottom {
	width: 980px;
	margin: 0 auto;
	height: 14px;
	background: url(/layout/borderbottom.gif) no-repeat top left;	
}

/* Menu */

#menu {
	width: 980px;
	height: 55px;
	margin: 0 auto;
	background: url(/layout/nav.gif) no-repeat top left;	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	height: 55px;

}

#menu a {
	display: block;
	height:55px;
	padding: 15px 25px 0px 25px;
	text-decoration: none;
	font-family: Georgia, serif;
	font-size: 16px;
}

#menu .current_page_item a {
	color: #d54e21;
}

/** LOGO */

#logo {
	width: 980px;
	height: 80px;
	margin: 0 auto;
}

#tagline {
	width: 550px;
	height: 200px;
	padding: 5px 20px;

	font-size: 18px;

}

#tagline span.t1 {
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, serif;	
}
#tagline span.t2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;	
}
#tagline span.t3 {
	font-size: 18px;
	font-family: Georgia, serif;	
	font-weight: bold;	
	color:#21759b;
}


#logo h1 {
	float: left;
	margin: 0;
	text-transform: uppercase;
	line-height: normal;
}

#logo h1 {
	padding: 20px 0 0 20px;
	font-size: 24px;
}

#logo h1 a {
	text-decoration: none;
	color: #BA9F5A; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	padding: 50px 0 0 5px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #28313A;
}

#logo p a {
	text-decoration: none;
	color: #28313A;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background: url(/layout/border.gif) repeat-y top left;		
}

#innerpage {
	background: url(/layout/robotlegs.gif) no-repeat 619px 0px;	
}

#bottomrobo {
	height: 141px;
	background: url(/layout/robotbottom.gif) no-repeat 483px 0px;
}

/* Content */

#content {
	float: left;
	padding: 25px 30px 0 30px;
	width: 620px;
}

/* Post */

.corebox {
	border: 1px dotted #464646;
	width:173px;
	margin: 10px 5px;
	padding: 10px;
	float:left;
}
.corebox ul {text-align:left;margin-left: 15px;padding:0;margin-bottom: 5px;}
.corebox p.buttonm {text-align:center;margin-top: 5px;font-weight: bold;height: 23px;}
.post {
	margin-bottom: 0px;
}

.buyboxbetween {
	clear:both;
	margin: 0px 0;
	border-bottom: 1px solid #464646;
	text-align: left;
	color: #404040;
	/*font: 13px Arial, Helvetica, sans-serif;font-variant:small-caps;*/		
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: bold;
}

.bigbuybox {
	border: 1px dotted #464646;
	margin: 10px 5px 20px 5px;
	padding: 10px;
}

.buybox {
	border: 1px dotted #464646;
	background: #eff8ff;
	width:280px;
	height: 145px;
	margin: 10px 0;
	padding: 10px;
}
.buyboxdetails {
	border: 1px dotted #464646;
	padding: 10px;
}
.buyboxdetails ul {margin: 0 0 0 15px;padding:0;}

.buybox:hover {border: 1px solid #464646;}
.buybox p.buttono {text-align:left;margin-top: 5px;}

.buybox p,.bigbuybox p,.corebox p {line-height: 17px;text-align: left;margin: 0 0 0 0;}
.buybox p.price,.corebox p.price {font-size: 16px;margin-top: 5px;background:#DFF1FF;padding: 3.5px;}
.bigbuybox p.price {font-size: 16px;background:#DFF1FF;padding: 3.5px;}
.buybox p.price  span.price,.bigbuybox p.price span.price,.corebox p.price span.price {font-weight: bold;}
.buybox h3,.corebox h3,.buyboxdetails h3 {text-transform:uppercase;}
.bigbuybox h3 {text-transform:uppercase;margin-bottom: 5px;}
.bigbuybox p.button {float:right;}

.bv {float:right;color:#d54e21;font-weight:bold;}
.bs {color:#21759b;}
/* Sidebar */

#sidebar {
	float: right;
	width: 235px;
	margin: 0;
	padding: 25px 6px 25px 0;
	height: 100%;
}

.box {
	background: #eff8ff;
	border-right:15px solid #dff1ff;
	padding: 15px;
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 24px;	
}

.shoppingcart {
	text-align:right;
	padding-right: 20px;
}

/* Search */

#search {

}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 140px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #DFE1E0;
}

#x {
	padding: 3px;
	border: none;
	background: #0A5688;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
}

#footer {
	width: 880px;
	margin: 0 auto 40px auto;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 13px;
	margin: 0;
	line-height: 13px;
}

.legal {
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #464646;
}


#footer p.bb {font-weight: bold;}

/* Tables */
.ordertab {width: 100%;font-size: 14px;font-weight:bold;}
.ordertab td {padding: 6px 10px;}
.ordertab td.ok {background: url(/layout/ok.gif) no-repeat 10px 8px;padding: 6px 10px 6px 30px;}
.ordertab td.nok {padding: 6px 10px 6px 30px;}
.ordertab tr {background: #eff8ff;}
.ordertab tr.dark {background: #dff1ff;}
.ordertab tr.last td {background: #dff1ff;border-top: 1px dotted #464646;color:#21759b;padding: 10px;}
.ordertab tr.last td.oldprice {text-decoration: line-through;}
.ordertab tr.last td.ok2 {padding: 6px 10px 6px 30px;}

.ordertab tr.lastlast td.left {background: #fff;padding: 10px;text-align:right;}
.ordertab tr.lastlast td.newprice {background: #dff1ff;color:#d54e21;font-size: 18px;}
.ordertab tr.lastlast td.newprice span {color:#464646;font-size: 14px;font-weight:normal;}

.ordertab tr.lastlastlast {background: #fff;}


/* HEADER BAR */

#headerbar {background:#404040;text-align:center;padding-top: 8px;font-size:125%;}
#headerbar a.lslink {float:left;}
#headerbar ul {margin:0;padding:0;list-style-type:none;}
#headerbar ul li {margin: 0 30px;display: inline;}

#headerbar ul li a {display: inline-block;padding: 0px 10px 2px 10px;text-decoration: none;color:#fbb843;}
#headerbar ul li a:hover {background:#eff8ff;color:#404040;text-decoration: underline;}
#headerbar ul li a.selected {background:#f1f1f1;color:#404040;text-decoration: none;}
#headerbar ul li a.selected:hover {text-decoration: none;}

#headerbar ul li a span {display:none;font-weight:normal; padding: 10px; margin:0; line-height: 17px;text-align:left;}/* -40px width:230px; */
#headerbar ul li a:hover span{display:block; position:absolute; margin-left:-11px; margin-top:1px; background:#eff8ff; border:1px solid #404040; border-top: 0; color:#404040;}

/* Easy Slider */
	#slider, #slider2 {
		border: 1px dotted #404040;	
	}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		width:618px;
		overflow:hidden; 
		}	
	#slider li {height:280px;}
	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background: url(http://wpshoppingpages.com/wp-content/themes/robot/images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(http://wpshoppingpages.com/wp-content/themes/robot/images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:20px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:22px;
		line-height:22px;
		}
	ol#controls li a{
		float:left;
		height:22px;
		line-height:22px;
		border:1px solid #ccc;
		background:#464646;
		color:#fff;
		padding:0 6px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#F1F6F9;
		color:#464646;
		font-weight:bold;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	.slidetails {display:block;background:#464646;color:#fff;padding: 10px;}
	.slidetailsb {color:#fff !important;} 
	
	.demopage {text-align:left !important;line-height: 20px !important;}
	.demopage p {text-align:left !important;line-height: 20px !important;}	
	
	.demointro {border: 1px dashed #71716e;background:#F1F6F9;margin: 10px;padding:10px;}
	
	.sliderimg1 {background-image:  url(slider2.gif);}	
	.sliderimg2 {background-image:  url(slider1.gif);}	
	.sliderimg3 {background-image:  url(slider3.gif);}	
	.sliderimgdiv {
		background-repeat: no-repeat;
		height: 280px;
		width: 620px;	
	}
	
	.sliderimgdiv div.innerslider {
		margin: 0 20px 20px 320px;
		padding-top: 20px;
	}
	
	div.asdf {
		padding: 5px;
		background: #404040;
		font-size: 125%;
		line-height: 22px;
		color: #fefefe;
		filter:alpha(opacity=85);
		-moz-opacity:0.85;
		-khtml-opacity: 0.85;
		opacity: 0.85;
	}	
	
	.sliderimgdiv div.innerslider div.ghj {
		margin-top: 10px;
	}	
	
	.sliderimgdiv div.innerslider div.ghj a {
		display: block; 
		float: left;
		font-size: 125%;
		font-weight: bold;
		text-decoration: none;
		padding: 4px;
		margin-right: 10px;
		background: #404040;
		filter:alpha(opacity=85);
		-moz-opacity:0.85;
		-khtml-opacity: 0.85;
		opacity: 0.85;		
	}		
	.sliderimgdiv div.innerslider div.ghj a:hover {	
		filter:alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity: 1;
		opacity: 1;		
	}	
	
/* // Easy Slider */

#slbox {margin-bottom: 20px;}
.welcomebox {border: 1px dotted #404040;background: #dff1ff;padding: 5px;margin-bottom: 10px;}
.welcomebox p {line-height: 20px;margin: 0;}
