/*
	@name: 		ganduxer.css (was base.css)
	@created: 	05/05/09
	@author: 	Diego A. Peralta
*/

/*--------------------------------------------------------------------------------
	general styles
--------------------------------------------------------------------------------*/

/* redundant
* {
	padding:0;
	margin:0;
}

html {
	height:100%;
}
*/

body {
	background:#FFF;
	font-family:"Georgia", Times New Roman, serif;
	font-size:12px;
	color:#818285;
	height:100%;
}

p {
	line-height:1.6em;
}

a {
	text-decoration:none;
	color:#818285;
}

h1, h2, h3, h4, h5 {
	margin:0 0 1em 0;
}

p, ul {
	margin:0 0 1em 0;
}

small {
	font-size:11px;
}

ul li {
	list-style:none;
}

a img {
	border:0;
}

input {
	border-top:1px solid #a1a1a4;
	border-right:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	border-left:1px solid #d2d2d2;
}

label {
	display:block;
	margin:0 0 4px 0;
}

/*--------------------------------------------------------------------------------
	override 'default' skin css (boxes.css)
--------------------------------------------------------------------------------*/

.form-list li .input-box textarea { width:200px; }
.group-select li .input-text, .group-select li select, .group-select li textarea { width:400px; }
.wrapper { min-width:1000px; }
.header-top { width:1000px; margin:0 auto 20px auto; position:relative; z-index:100; }
.header-nav { width:auto; margin:0; }
.middle { width:1000px; min-height:400px; margin:0 auto; text-align:left; }
.col-3-layout .col-main { width:540px; margin-left:35px; }
.header { border:0; }
.header-top-container { border:0; background:none; }
.header-top { padding:0; }
.header-nav-container { background:none; }
.middle-container { background:none; }
.middle { background:none }
.side-col .box, #vertnav { margin-bottom: 25px; }
.side-col .content { padding:5px 0px; }
.side-col h4 { color:#818285; text-transform:uppercase; }

.base-mini { border:0; background:none; line-height:1.3em;  font-size:inherit;  }
.base-mini .head { margin:0; border-bottom:0; background:none; padding:0; }
.base-mini .head h4 { min-height:16px; color:inherit; background-repeat:no-repeat; background-position:0 0; padding:0; text-transform:none; }
.base-mini .head h4 .count { text-transform:none; color:inherit; white-space:nowrap; font-weight:normal; font-size:inherit; }
.base-mini h5 { font-size:1em; }
.base-mini .content, .base-mini ol { background:inherit; }

.mini-product-tags .head h4,
.mini-newsletter h4,
.mini-cart .head h4,
.mini-wishlist .head h4,
.mini-compare-products .head h4,
.mini-product-view .head h4 { background:none; }

.footer-container { border-top:0; }
.footer { width:1000px; margin:0 auto; padding:10px 10px 4em; background-color:#ffffff; }
.footer .informational label { color:#818285; font-weight:bold; padding-right:3px; }
.footer .informational a, .footer .informational a:hover { color:#818285; }
.footer .legality { color:#818285; }





/*--------------------------------------------------------------------------------
	layout
--------------------------------------------------------------------------------*/

#wrapper {
	width:100%;
	min-height:100%;
}

* #wrapper {
	height:100%;
}

/* moved to boxes.css (ross)
#main {
	width:485px;
	margin:0 55px;
}
*/
#header {
	height:110px;
}

#container {
	padding:20px 0;
}

.col-left {
	background:url('../images/bg-box-3.gif') no-repeat left bottom;
	padding-bottom:360px;
}

/* moved to boxes.css (ross)
#col-center {
	width:485px;
	float:left;
	margin:0 55px;
}

#col-right{
	width:200px;
	float:right;
}
*

/*--------------------------------------------------------------------------------
	header & logo
--------------------------------------------------------------------------------*/

div.violet {
	background:url('../images/bg-header-1.gif') no-repeat left top;
}

div.green {
	background:url('../images/bg-header-2.gif') no-repeat left top;
}

div.orange {
	background:url('../images/bg-header-3.gif') no-repeat left top;
}

#logo {
	width:245px;
	height:41px;
	padding:33px 0 0 25px;
}
 
#logo a {
	width:245px;
	height:41px;
	display:block;
	text-indent:-9999em;
}

#description {
	display:none;
}

/*--------------------------------------------------------------------------------
	sidebar [left]
--------------------------------------------------------------------------------*/

.col-left ul li a {
	margin:0 0 4px 0;
	padding:2px 0px 2px 30px;
	display:block;
}

.col-left ul li a:hover {
	background:#818285;
	color:#FFF;
}

form#searchForm {
	background:#f1f1f2;
	padding:0 0 5px 0;
	display:block;
}

.col-left form #q{
	margin:0 0 0 5px;
}

.col-left form label {
	background:#818285;
	padding:2px 0;
	text-align:center;
	color:#FFF;
	margin:0 0 15px 0;
}

.col-left form #searchSubmit {
	background:url('../images/bg-search-buttons.gif');
	border:0;
	width:22px;
	height:20px;
}

/*--------------------------------------------------------------------------------
	sidebar [right]
--------------------------------------------------------------------------------*/

#loginForm {
	background:#818285 url('../images/bg-box-1.gif') no-repeat right top;
	color:#FFF;
	padding:5px 10px;
	margin:0 0 25px 0;
	display:block;
}

#loginForm p {
	margin:0;
}

#loginForm p a {
	color:#FFF;
	font-size:10px;
}

#loginForm input {
	width:100px;
}

.side-back {
	background:#d8d9da url('../images/bg-box-2.gif') no-repeat right bottom;
	padding:10px;
	padding-bottom:100px;
}

/*.box {
	padding:10px;
}*/

/*.box ul li {
	margin:0 0 10px 0;
}*/

.total {
	text-transform:uppercase;
	color:#6c207e;
	font-weight:bold;
}

.box img  {
	max-width:175px;
}

/*--------------------------------------------------------------------------------
	content
--------------------------------------------------------------------------------*/

h2.violet {
	color:#6c207e;
}

h2.green {
	color:#9fcf67;
}
h2.orange {
	color:#f28d1e;
}

#product-categories {
	margin:2em 0;
}

#product-categories li {	
	width:145px;
	background:#f1f1f2;
	text-align:center;
	margin:0 5px 10px;
	padding:8px 0 5px 0;
	float:left;
}

#product-categories li a {
	display:block;
	margin:0 0 5px 0;
}

.options {
	margin:0 0 10px 0;
}

.options:after {
	clear:both;
	content:"";
	display:block;
}

.options li {
	display:inline;
}

.options li a {
	font-size:16px;
	margin:0px 9px 0px 0px;
	display:block;
	float:left;
	padding:5px 0;
	text-align:center;
	width:136px;
	background:#818285;
	color:#FFF;
}

img.left {
	margin:0 10px 0 0;
}

/*--------------------------------------------------------------------------------
	tools & class
--------------------------------------------------------------------------------*/

.clearfix:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0;
}

.clearfix { 
	display: inline-block;
}

* html .clearfix { 
	height: 1%;
}

.clearfix { 
	display: block;
}

.left {
	float:left;
}

.right {
	float:right;
}

.alignright {
	text-align:right;
}

.alignleft {
	text-align:left;
}

/*--------------------------------------------------------------------------------
	EOF;
--------------------------------------------------------------------------------*/