/*  
Theme Name: Senor
Theme URI: http://www.skinsforcubecart.com/
Version: 1.0
Author: Justin Taylor
Author URI: http://www.skinsforcubecart.com/

Please read the license in the README.txt included with the theme.
*/

/* Core HTML */
* {
	margin:0px;
	padding:0px;
}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	background:#CDB99C;
}
img {
	border: none;
}
h1, h2, h3, h4 {
	margin-bottom:7px;
	padding:6px;
	font-weight:normal;
	color:#570e08;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:14px;
	font-weight:bold;
}
h4 {
	padding:10px 6px 13px;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}
.boxContent h3  {
	color:#570e08;
	font-family: Arial, Helvetica, sans-serif;
}
.boxContent h4  {
	color:#f14b12;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin-bottom:10px;
}
a, a:visited, a:active, a:hover {
	text-decoration:underline;
	color:#f14b12;
}
li {
	list-style-position: inside;
}
br {
	clear:both;
}
td {
	padding:5px;
}

/* Logo */
#logo {
	float:left;
	width:265px;
	height:150px;
	margin:0px 0px 0px 20px;
}

/* Site Structure */
#wrapper {
	width:900px;
	padding:0px 20px;
	background:#cdb99c url(../styleImages/backgrounds/bgWrapper.gif) repeat-y;
	margin:0px auto;
	clear:both;
}
#header {
	width:880px;
	clear:both;
	height: 150px;
	padding:0px 10px;
	background:#FFFFFF url(../styleImages/backgrounds/bgHeaderImage.jpg) top no-repeat;
}
#accountBasket {
	width:220px;
	padding:16px 16px 0px;
	height:100px;
	margin-top:13px;
	margin-right:17px;
	float:right;
	text-align:left;
	line-height:10px;
}
#accountBasket em {
	font-size:10px;
	color:#666;
}
#trust{
	clear:both;
	padding-top:8px;
	border-top: 1px dotted #611e15;
}
#miniCartTitle {
	font-weight:bold;
	padding-bottom:8px;
	margin-bottom:4px;
	border-bottom: 1px dotted #611e15;
	color:#611e15;
}
.miniCartBox {
	width:104px;
	text-align:left;
	line-height:18px;
	margin-bottom:7px;
}
#mCBL {
	float:left;
}
#mCBR {
	float:right;
}
#welcome {
	margin-top:5px;
	margin-right:23px;
	width:280px;
	float:right;
	text-align:right;
}
#welcome img {
	padding:0px 0px 0px 10px;
}
#topHeader {
	clear:both;
	width:900px;
	height:36px;
	padding:0px;
	border-top:1px solid #dcbf85;
	border-bottom:1px solid #dcbf85;
	background:#e9d9b1;
	color:#570e08;
}
#topHeader p {
	margin:8px 0px 0px 16px;
	padding:0px;
	font-size:14px;
	color:#570e08;
}
#searchForm {
	width:254px;
	padding:12px 0px 0px;
	margin-right:20px;
	text-align:center;
	float:left;
}
#searchForm .searchBox {
	width:120px;
}
#mainBody {
	background:#fff url(../styleImages/backgrounds/bgMain.gif) repeat-y;
	clear:both;
	width:900px;
}
.colLeft, .colLeftCheckout {
	float: left;
	width: 240px; 
	padding: 0px;
}
#ads {
	margin:0px 0px 10px;
	padding-top:10px;
	text-align:center;
}
#ads img {
 	margin-bottom:10px;
}
.colMid, .colMainCheckout {
	width: 640px;
	padding:0px 10px;
	margin:0px;
	float: right;
}
.boxTitleLeft {
	clear:both;
	border-bottom: 1px solid #eee0cb;
	padding: 13px 8px 14px 14px;
	font-size:16px;
	color:#570e08;
	font-weight:bold;
}
.boxContent {
	padding:5px;
	margin: 10px 0px;
	background-color:#fff;
	border:1px solid #eee0cb;
}

/* Menu */
#boxCategory ul, #boxPopular ol, #boxSale ol, #naviBox ul {
	list-style: none;
	list-style-type: none;
	font-size:14px;
}
#boxCategory li, #boxPopular li, #boxSale li, #naviBox li {
	border-bottom: 1px solid #eee0cb;
	list-style-position:outside;
	padding-left:6px;
}
#boxCategory li a, #boxPopular li a, #boxSale li a, #naviBox li a {
	padding:8px;
	display:block;
	text-decoration:none;
	font-weight:bold;
}
#boxCategory li a:hover, #boxPopular li a:hover, #boxSale li a:hover, #naviBox li a:hover {
	text-decoration:none;
	font-weight:bold;
}
#boxNewsletter .boxContentLeft {
	padding: 8px 8px 10px;
}
.boxContentLeft em {
	color:#009900;
}

/* Other Links */
#topHeader a, #topHeader a:visited, #topHeader a:active, #topHeader a:hover {
	color: #fff;
	margin:0px 5px
}
#littleCart a, #littleCart a:visited, #littleCart a:active, #littleCart a:hover {
	
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	text-decoration:none;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: underline;
}
.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

/* Category Elements */
.subCat {	
	text-align: center;
	padding: 8px;
	width: 110px;
	float:left;
}
a.sortLink {
	font-weight: bold;
}
.tblList h4 {
	padding:2px 6px 0px 0;
}

/* Product Display */
#latest {
	float:left;
	text-align:left;
	width:658px;
	margin-left:-10px;
}
#latest a, #latest a:hover, #latest a:active, #latest a:visited {
	text-decoration:none;
	color:#2C2C2C;
}
.latestProds h4 {
	padding-top:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	height:36px;
	text-decoration:none;
	color:#f14b12;
}

.latestProds {
	text-align: center;
	width: 200px;
	margin-left:10px;
	margin-bottom:10px;
	padding: 2px 2px 8px;
	height: 334px;
	float: left;
	border: 1px solid #eee0cb;
	background-color:#fff;
	overflow:hidden;
}
.latestProdsRelated {
	text-align: center;
	width: 196px;
	margin-left:10px;
	margin-bottom:10px;
	padding: 2px 2px 8px;
	height: 200px;
	float: left;
	border: 1px solid #eee0cb;
	background-color:#fff;
	overflow:hidden;
}
.latestProds p, .boxContent p {
	text-align:left;
	padding:4px 7px;
}
.latestProdsData {
	margin-top:10px;
	border-top: 1px dotted #e9d9b1;
	padding:8px 10px 0px;
	height:26px;
	position:relative;
	font-size:16px;
}
.tblList h4  {
	padding-top:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#f14b12;
}
#imgThumbSpace{
	line-height: 0px;		
}
#imgThumbSpace img {
	padding-right: 5px;
	padding-bottom: 3px;		
}
#mainProdImage {
	text-align:center;
	margin:10px 0;
}
#moreProdImages {
	margin-bottom:10px;
	text-align:center;
}
.price {
	font-size:24px;
	margin-top: 24px;
}
.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
	color:#009900;
	font-weight:bold;
}
.basicTitle {
	font-size:20px;
}
.txtOutOfStock {
	color: #F00;
}
.txtInStock {
	color:#339933;
}
#featured {
	text-align:center;
}
.boxContent ul, .boxContent ol {
	margin: 20px 0px 0px 28px;
}
.boxContent ul li, .boxContent ol li {
	list-style-position:outside;
	margin-bottom:14px;
}
#viewProd select {
	width:300px;
}
#orderStatusDesc li {
	margin-bottom:14px;
}


/* Form Elements */
.searchBtn, .submit, a.txtCheckout, a.txtButton, a.txtUpdate, a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {	
	padding:5px; 
	margin: 0;
	font-size:12px;
	text-decoration:none;
	color:#2C2C2C;
	border:1px solid #adadad;
	border-left-color:#ececec; 
	border-top-color:#ececec;
	background:#dfdfdf  url(../styleImages/backgrounds/button-bg.gif) repeat-x;
}
#flashBasket .txtviewCart, #cart .txtUpdate, #cart .txtCheckout, table .txtCheckout, form a.txtButton {
	padding:5px; 
	margin: 0;
	font-size:12px;
	text-decoration:none;
	color:#2C2C2C;
	border:1px solid #adadad;
	border-left-color:#ececec; 
	border-top-color:#ececec;
	background:#dfdfdf  url(../styleImages/backgrounds/button-bg.gif) repeat-x;
}
#maillistBtn .submit {
	padding:5px; 
	margin: 0;
	font-size:12px;
	text-decoration:none;
	color:#2C2C2C;
	border:1px solid #adadad;
	border-left-color:#ececec; 
	border-top-color:#ececec;
	background:#dfdfdf  url(../styleImages/backgrounds/button-bg.gif) repeat-x;
}
#searchForm .searchBtn {
	padding:1px 6px;
	height:20px;
	vertical-align:bottom;
}
.searchBox {
	border: 1px solid #570e08;
	height:18px;
}
.textbox {
	border: 1px solid #ccc;
	padding:2px;
	font-size:14px;
}
.textboxDisabled {
	background-color: #fff;
	border: 1px solid #ccc;
	font-size:10px;
	height:18px;
}
.dropDown, select {
	border: 1px solid #ccc;
	padding:1px;
	font-size:14px;
	height:20px;
}
#currency select {
	width:180px;
}

/* Display */
#littleCart .txtCartPrice {
	color:#3f0;
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtContentTitle {
	font-size: 14px;
	font-weight: bold;
	color: #2C2C2C;
}
.tblList {
	border: 1px solid #eee0cb;
	margin-bottom:10px;
}
.tdListTitle {
	background-color: #eee0cb;
	font-weight: bold;
}
.tdEven {
	background-color: #fff;
	border-top: 1px solid #eee0cb;
}
.tdOdd {
	background-color: #fff;
	border-top: 1px solid #eee0cb;
}
.tdEven .txtSale, .tdOdd .txtSale {
	font-size:16px;
}
#cart td {
	padding:5px;
}
.cartProgress {
	width: 350px;
	margin: 10px auto;
	padding: 4px;
	border: 1px dashed #E6E6E6;
	text-align:center;
	font-weight: normal;
}
.txtcartProgressCurrent {
	color: #F90;
	font-weight: bold;
}
.tdcartTitle {
	font-weight: bold;
	color:#570e08;
	background-color: #eee0cb;
	border-top: 10px solid #fff;
	border-bottom: 1px solid #eee0cb;
}
.tdcartEven {
	border-bottom: 1px solid #eee0cb;
}
.tdcartOdd {
	border-bottom: 1px solid #eee0cb;
}
#orderTbl td {
	
}
.tdCartSubTotal {
	padding-top: 10px;
}
#updateCart {
	clear:both;
	height:28px;
	margin:10px 0px;
}
#checkoutBtn {
	clear:both;
	height:28px;
}
.quickBuy {
	text-align: center;
	margin:12px 0px;
}
.cart_icon {
	border: none;
	margin: 12px 0px;
}
.txtStockWarn {
	color: #f00;
}
.txtError {
	font-weight: bold;
	color: #F00;
	background-color: #FFCECE;
	border: 1px solid #f00;
	padding: 2px;
}
#cartStockBasket {
	margin-left:8px;
	padding-bottom:24px;
}
#download {
	font-weight:bold;
	text-transform:uppercase;
}

/* Rating Elements */
.RatingTop {
	border-top: 1px dotted #e9d9b1;
	border-right: 1px dotted #e9d9b1;
	border-left: 1px dotted #e9d9b1;
	padding: 3px;
	background-color:#fff;
}
.RatingMain {
	border-right: 1px dotted #e9d9b1;
	border-left: 1px dotted #e9d9b1;
	padding: 3px;
	background-color:#fff;
	font-style:italic;
}
.ReviewBot {
	border-right: 1px dotted #e9d9b1;
	border-left: 1px dotted #e9d9b1;
	border-bottom: 1px dotted #e9d9b1;
	padding: 3px;
	background-color:#fff;
}
.RatingBottom {
	padding: 3px;
	border: 1px dotted #e9d9b1;
	background-color:#fff;
	color: #999;
}

/* Footer */
.siteDocs {
	text-align:center;
	height:60px;
	width:880px;
	margin: 0px auto;
	border-top: 1px solid #dcbf85;
	padding:18px 10px 0px;
	background:#e9d9b1;
	color:#333;
	font-size:12px;
	clear:both;
}
.siteDocs a, .siteDocs a:hover, .siteDocs a:visited {
	
}
.siteDocs ul {
	list-style-type:none;
	list-style:none;
	margin-bottom:10px;
}
.siteDocs li {
	display:inline;
	border-right:1px solid #ffffff;
	padding-right:10px;
	margin-right:10px;
}
#notices {
	text-align:center;
	margin:0px auto;
	padding-top:10px;
	color: #fff;
}
#notices a, #notices a:visited, #notices a:hover {
	color: #fff;
}
.txtCopyright {
	text-align: center;
	padding: 5px 0px 30px;
	color: #ffffff;
	clear:both;
}
.txtCopyright a, .txtCopyright a:visited, .txtCopyright a:hover {
	color: #ffffff;
}


/* Misc */
#breadcrumb {
	margin:10px 0px;
	padding: 6px;
	border: 1px dashed #e9d9b1;
	background-color:#fff;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.required {
	color:#F00;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.priceColour {
	color:#339933;
}
.timeKeeper {
	font-size:18px;
	font-weight:bold;
}
table.centerCells {
	margin:0 auto 20px;
}
td.columnA {
	background-color:#fcf2da;
}
td.columnB {
	background-color:#f2e7cb;
}
.centerCells {
	text-align:center;
}