/* ----------------------------------------------
	Template Name : TechJunkie
	Template Code : S-0024
	Version : 1.0   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/    
	Last Date Modified : May 31, 2008	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #f3ebe0 url('images/bg.gif') repeat-x;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	 
	text-align: center;	
}

/* links */
a, a:visited {	
	color: #666666;
	text-decoration: none;
}

.td1a {
	font-weight:bold;
	color: #041c74;
	background-color: #dae2fd; 	
	font-size: 14px; 
	text-align: center;	
}
.td1b {
	font-weight:bold;
	color: #041c74;
	text-align: center;	
	font-size: 14px;
}
	
.td1c {
	font-weight:bold;
	color: #041c74;
	background-color: #ffeac6; 	
	font-size: 14px; 
	text-align: center;
}


a:hover {
	color: #73471B;
	background: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
h1 {
	font-size: 2.2em;		
}
h2 {
	font-size: 1.3em;
	color: #88ac0b;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;
}

/* Paragraph */
p, samp { 
	padding: 10px 10px; 
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	display: block;
}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
img {

}

img.basket-ft {
	float: right;
	clear: right;
	display: inline;
	margin: 0px 12px 20px 12px;
}

img#cards {
	height: 41px;
	width: 225px; 
	margin-left: 648px;
	margin-top: 5px;
	border: 1px solid black;
	clear: both;
}

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #deedae; 
	background: #F0FFD2; 
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #DFF4B5; 
	background: #F0FFD2 url('images/quote.gif') no-repeat 7px 10px;
}

table.sales {
	border-collapse: collapse;
	margin: 5px 0px 20px 25px;
}

th {
/*	height: 38px;

	color: #fff;
	text-align: left;
	background: #ADD163;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;	*/
	text-align: center;
	padding-left: 12px;
	padding-right: 12px;
}
tr {
}
td {
}

th.atab {
	text-align: left;
	padding: 0;
}
table.atab
{
	border-collapse:collapse;
}
td.atab
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
td.vtab
{
	width: 8em;
	text-align: right;
	padding-right: 10px;
}
/* end - table */

p.pform {
	padding: 5px 5px;	
}

h2.form {
	font-size: 1.3em;
	color: #895F30;
	display: inline;
}
/* form elements */
label {
	width: 6em;
	text-align: right;
	font-weight: bold;
	color: #895F30;
	display: block;
	float: left;
}

label.step2 {
	width: 12em;
}

input, textarea, select {
	margin-left: 10px;
	padding: 2px;
	color: #666666;
	background: #fff;
  	border: 1px solid black;
	font: normal 11px Verdana, sans-serif;
}

input.disabled {
	background: #ddd;
	color: black;	
}

textarea {
	width: 400px;	
	height: 100px;
	margin-left: 5px;
}

.button { 
	font: bold 12px Arial, Sans-serif; 
	padding: 5px;
	color: #fff;
	background: #33f;
	font-weight: bold;
	
	border-width: 2px;
  	border-style: solid;
  	border-color: #9c9cf8 #0d0dac #0d0dac #9c9cf8;
}

.disbutton { 
	font: bold 12px Arial, Sans-serif; 
	padding: 5px;
	color: #fff;
	background: #555;
	font-weight: bold;
	margin-left: 10px;
	
	border-width: 2px;
  	border-style: solid;
  	border-color: #888 #111 #111 #888;
}

.button:hover{
	color: #fff;
	background: #5050ff;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 920px;
	background: #edf8c7 url('images/wrap.gif') repeat-y center top;
	margin: 0px auto;
	text-align: left;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 920px;	
	padding: 25px 0; 	
	background: #edf8c7 url('images/content.gif') repeat-y;	
}
#content-single {
	position: relative;
	clear: both;
	float: left;	
	width: 920px;	
	padding: 25px 0; 	
	background: #edf8c7 url('images/content-single.gif') repeat-y;	
}
#header {
	position: relative;
	width: 920px;
	height: 135px;
	background: #317cb1 url('images/header.gif') no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 24px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: 0px;
	text-decoration: none;
	color: #fff;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 58px; left: 55px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #D6EBAB;
	letter-spacing: 0px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 85px; left: 55px;		
}

/* header quick search */
#header form#quick-search {
	position: absolute;
	top: 75px; right: 55px;
	padding: 0; margin: 0;
	border: none;
	width: 223px; height: 33px;
	background: #82c7f4 url('images/header-search.gif') no-repeat;	
	z-index: 999999;
}
#header form#quick-search p {
	margin: 0; padding: 0;		
}
#header form#quick-search input {
	border: none;
	background: transparent;
	color: #0e5792;
	float: left;
}
#header form#quick-search .tbox {
	margin: 5px 0 0 5px; 
	width: 170px;	
	display: inline;	
}
#search form#quick-search .btn{
	width: 25px; height: 25px;		
}
#header form#quick-search label {
	display: none;
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 920px;
	height: 25px;
	background: #0e609e url('images/nav.gif') no-repeat;		
}

#navlink {
color: #fff;
padding-left: 10px;
background: none;	
	
}
#nav ul {
	float: left;
	list-style: none;	
	margin: 0;
	padding: 0 0 0 40px;			
	height: 50px;	
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	color: #fff;
	font: bold 16px/50px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;	
	letter-spacing: -0.5px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #edf8c7;	
}
#nav ul li#current a {	
	background: #0c4e80 url('images/pointer.gif') no-repeat center bottom;	
	color: #93DAFF;
}

/* Main Column */
#main {
	float: left;
	width: 525px;
	padding: 0; margin: 0 0 0 45px;
	display: inline;	
}

#main-single {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	border:1px dashed #808080;
	background-color: #f4fbdd;
}

#main-single-a{
	margin-left: 75px;
	width: 550px;
	float: left;
	padding: 15px;
	border:1px dashed #808080;
	background-color: #f4fbdd;
	display: inline;
}

#main-single-b{
	width: 150px;
	margin-right: 45px;
	float: right;
}

#main h2 {
	font: bold 1.4em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #115280; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: -1px;
}
#main h2 a {
	color: #115280;
	text-decoration: none;		
}
#main ul li {
	list-style-image: url('images/bullet.gif');
}

#sidebar {
	float: right;
	width: 270px;
	padding: 0; 
	margin: 0 45px 0 0;
	display: inline;	
}
#sidebar h3 {
	color: #115280; 
	font: normal 1.6em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	padding: 10px 0 2px 0; 
	margin: 10px 0 0 10px; 
}

/* sidebar menu */
#sidebar .sidemenu {
	margin: 5px 10px 8px 7px; padding: 0;
	text-decoration: none;		
	border-top: 2px solid #D0E89F;
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 7px 10px; 			
	border-bottom: 1px solid #DAEBA3;	
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	text-decoration: none;	
	color: #684F3E;	
}
#sidebar .sidemenu li a span {
	color: #A98D76;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;		
}
#sidebar .sidemenu li a:hover {	
	color: #000;	
	background: none;	
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

/* search form */
#sidebar .searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 5px; 
	padding: 10px 0 10px 10px;	
	width: 260px;	
}
#sidebar .searchform p { margin: 0; padding: 0; }
#sidebar .searchform input.textbox { 
	width: 180px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
#sidebar .searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 4px;
	vertical-align: top;
}

/* footer */
#footer-wrap {
	clear: both;
	width: 920px;
	text-align: left;
	padding: 0;	margin: 0;
	background: url('images/footer-bottom.gif') no-repeat left bottom;		
}
#footer-content {
	width: 920px;
	background: url('images/footer-top-sep.gif') no-repeat;	
	padding: 30px 0 35px 0;
}

#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h3 {
	color: #145F94; 
	margin: 0;
	padding: 5px 0 5px 10px; 
	text-transform: uppercase;
}
#footer-wrap a:hover { 
	color: #000; 
	text-decoration: none;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 800px;		
}
#footer-columns ul {
	list-style: none;
	margin: 0; 
	padding: 0;	
	border-top: 1px solid #BFD286;
}
#footer-columns li {
	border-bottom: 1px solid #CCDA9E;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 8px 0 8px 10px;
	width: 96%;
	color: #666666;	
}

#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #555;	
	margin: 0 auto; 
	width: 920px;
	padding: 15px 0 10px 0;
	text-align: center;	
	font-size: 0.95em;
}
#footer-bottom a { color: #a0c0a0; }

/* postmeta */
.post-footer {
	padding: 8px 5px; 
	margin: 5px 10px 10px 10px;	
	color: #A2745D;
	border: 1px solid #deedae; 
	background: #F0FFD2;
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #9C652E; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

#bigtext
{
	margin-top: 5px;
	font-size: 35px;
}

#urlsmall
{
	position: absolute;
	margin: 0; padding: 0;
	font: bold 11px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #D6EBAB;
	letter-spacing: 0px;
	top: 30px; left: 45px;
	
}

.cartbutton
{
  background-color: #ffffff;
  font : 11px Verdana;
  font-weight : bold;
  padding-right: 7px;
  padding-left: 7px;
}

span.cartbutton {
	color : #c00;
	border: 1px solid #800;
}

a.cartbutton {
	color : black;
	border: 1px solid #344cb4;
}

a.cartbutton:hover
{
	background: #e0e0ff;
}

a.abut
{
	background-color: #ffffff;
	font : 11px Verdana;
	font-weight : bold;
	padding-right: 7px;
	padding-left: 7px;
	color : black;
	border: 1px solid #344cb4;
	margin-left: 10px;
}

a.abut:hover
{
	background: #e0e0ff;
}
  
.formcart {
	padding: 5px 10px 20px 10px;
	border: 1px solid #D8E99E; 
	background: #fad97e; 	
	color: #000;
}

.shoppingcartbutton{ 
	padding: 5px 5px 5px 5px;
	border: 1px solid #D8E99E; 
	background: #3b6ecb; 	
	color: #fff;
	font : 14px Verdana;
  	font-weight : bold;
	
}

.checkoutcart
{
	padding: 5px 5px 5px 5px;
	border: 1px solid #D8E99E; 
	background: #f6f9e9; 
	color: #000;	
}
.addtocartbutton-big{
	padding: 5px 5px 5px 5px;
	border: 1px solid #000000; 
	background: #fff; 	
	color: #000
	
}

.textlabel
{
	font-size: 9px;
	color: #000000;
}


.chcktable
{
		border:  #ffffff 15px solid;
		color: #234c0a;
		font-size: 12px;
		background-color: #ffffff;
		width: 800px;
		padding:10px;
}


.chcktitle, .chckdesc, .chckprice, .chckamount
{
	vertical-align: middle;
}

.chckamount
{
	text-align: center; 
	font-weight: bold;
}

.chckprice
{
	font-weight: bold;
}

.chckholder
{
	
}
.chckremovebutton
{
	border:  #a51506 1px solid;
	color: #a51506;
	font-size: 9px;
	background-color: #ffffff;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

.chckremovebutton:hover
{
	background: #e0e0ff;
}

.chckremovebutton:visited
{
	color: #a51506;
}

.chck
{
	background-image: url('images/bg3.gif');
	width: 100%;
	height: 100%;
}

.chck2
{
	padding: 35px;	
}

.chckstep
{
	height: 20px;
	font-size: 15px;
	font-weight: bold;
	display: inline;
	padding: 0px 10px 0px 10px;
}

.chcksml, .chcksmlt
{
	vertical-align: bottom;
	text-align: left;
	font-size: 10px;
	color: #969696;
}

.chcksml 
{
	display: inline;
}

.rule
{
	border-top: 1px solid #969696;
	width: 600px; 
	margin: 10px auto 10px auto;
}

.chckpricetotal
{
	text-align: right;
	font-size: 15px;
	color: #000747;
	font-weight: bold;
	border-top:  #670083 1px solid;	
}

.chckdelivery
{
	text-align: right;
	font-size: 12px;
	color: #000747;	
}

.chckfrm
{
	text-align: right;
	font-size: 10px;
	width: 100px;	
}

.form-img {
	vertical-align: middle;
	margin-top: -2px;
}

.error {
	border:1px solid #A90000;
	padding: 4px;
	background-color:#F8E5E5; 
	color: #ad2d00;
}

.success {
	/*border:1px solid #74F019;
	padding: 4px;
	background-color:#DEF8CA;*/
}

.selected {border:1px solid #1AA8E1;padding:4px 4px 4px 4px;background-color:#8DD8F7;}
.blank {border:1px solid #ffffff;padding:4px 4px 4px 4px;background-color:#ffffff;}

#SubmitButton
{
	border: 0;
	margin-left: 8em;
}


textarea {
  font : 10px Verdana;

}