﻿
/*
	A.Mantei Theme for Caprica Online Store
	- Grid -
	
	Copyright (c) 2008 by Toenda Software Development
	http://www.toenda.com
*/



.gridSearchExtension {
	margin: 5px 0 0 0;
}

.gridTop {
	margin: 10px 0 10px 0;
	border-bottom: 2px dotted #999;
}

.gridBase {
	width: 100%;
	
	/*border: 1px solid #000;*/
}

.gridHeader {
	font-weight: bold;
}

.gridHeaderAdmin {
	border-bottom: 2px solid #999 !important;
	font-weight: bold !important;
	font-size: 1.1em !important;
}

.gridFooter {
	border-top: 1px solid #999;
	padding: 2px 0 0 0;
	font-weight: bold !important;
}

.gridPager {
	padding: 0 0 0 0;
	font-weight: bold !important;
}

a.pagerLink,
a.pagerLink:link,
a.pagerLink:active,
a.pagerLink:visited {
	font-weight: normal !important;
	font-size: 1.0em !important;
	color: #444 !important;
	text-decoration: underline !important;
	padding: 0px 2px 0px 2px !important;
}

a.pagerLink:hover {
	color: #fff !important;
	background: #aaa !important;
	text-decoration: none !important;
	padding: 0px 2px 0px 2px !important;
}



.productBox {
	/*border: 1px solid #000;*/
	
	min-height: 100px;
	margin: 0 0 15px 0 !important;
	padding: 0 0 0 0 !important;
	
	border-bottom: 1px dotted #999;
}

.productImage {
	border: 2px solid #d7d7d7;
	width: 75px;
	height: 75px;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
	display: block;
	float: left;
}

.productImage a,
.productImage a:link,
.productImage a:visited,
.productImage a:active,
.productImage a:hover {
	border: none;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
}

.productTitle {
	/*border: 1px solid #000;*/
	
	/*margin: 0 0 4px 85px !important;*/
	margin: 0 0 4px 0 !important;
	padding: 2px 0 0 0;
	
	font-size: 22px;
	line-height: 23px;
	letter-spacing: -1px;
	font-weight: bold;
	
	color: #676767;
	display: block;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal !important;
}

.productTitle a {
	color: #333 !important;
}

.productTitle a:hover {
	color: #676767 !important;
}

.productPrice {
	/*border: 1px solid #000;*/
	
	color: #333;
	font-weight: normal;
	
	/*margin: 0 0 7px 85px !important;*/
	margin: 0 0 7px 0 !important;
}

.productText {
	/*border: 1px solid #000;*/
	
	/*margin: 0 0 0 85px !important;*/
	margin: 0 0 0 0 !important;
}

.productInfo {
	/*border: 1px solid #000;*/
	
	display: block;
	float: left;
	margin: 0 0 4px 10px !important;
}

.productFunctions {
	/*border: 1px solid #ff0000;*/
	
	text-align: right;
	
	margin: 0 0 4px 420px !important;
}

.productFunctions .amountBox {
	width: 25px !important;
	height: 12px !important;
	padding: 1px 1px 2px 1px !important;
	margin: 0px 0px 0px 0px !important;
}

.productFunctions .amountPrice {
	color: #333 !important;
	font-weight: normal !important;
}

.completePriceBar {
	/*border: 1px solid #ff0000;*/
	
	color: #333;
	font-weight: normal;
	
	display: block;
	margin: -13px 0px 0px 400px;
	text-align: right;
}

a.productAddToCardLink,
a.productAddToCardLink:link,
a.productAddToCardLink:active,
a.productAddToCardLink:visited {
	font-weight: bold !important;
	font-size: 1.0em !important;
	color: #444 !important;
	text-decoration: underline !important;
	padding: 0px 2px 0px 2px !important;
}

a.productAddToCardLink:hover {
	color: #fff !important;
	background: #aaa !important;
	text-decoration: none !important;
	padding: 0px 2px 0px 2px !important;
}



/*
	BUTTONS
*/

a.cardUpdate, 
a.cardUpdate:link, 
a.cardUpdate:active,
a.cardUpdate:visited {
	margin: 0 5px 15px 0 !important;
	padding: 2px 167px 13px 0 !important;
	
	height: 27px !important;
	width: 170px !important;
	border: none !important;
	
	text-decoration: none !important;
	
	background: transparent url(btn_145x27_updShoppingCard.png) no-repeat !important;
}

a.cardUpdate:hover {
	background: transparent url(btn_145x27_updShoppingCard_h.png) no-repeat !important;
}

a.cardCheckOut, 
a.cardCheckOut:link, 
a.cardCheckOut:active,
a.cardCheckOut:visited {
	margin: 0 0 15px 0 !important;
	padding: 2px 142px 13px 0 !important;
	
	height: 27px !important;
	width: 145px !important;
	border: none !important;
	
	text-decoration: none !important;
	
	background: transparent url(btn_145x27_checkOut.png) no-repeat !important;
}

a.cardCheckOut:hover {
	background: transparent url(btn_145x27_checkOut_h.png) no-repeat !important;
}
