@import url("tabber.css");

.clearme {
	display: block;
	height: 1px;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: transparent;
	background-color: transparent;
}

h1 {
	font-size: 2.0em;
	color: #252525;
	padding-bottom: 10px;
}

h2 {
	font-size: 1.8em;
	color: #252525;
	padding-bottom: 10px;
}

h3 {
	font-size: 1.6em;
	color: #252525;
	padding-bottom: 10px;
}

h4 {
	font-size: 1.4em;
	color: #252525;
	padding-bottom: 10px;
}


p {
	font-size: 1.2em;
	color: #464646;
	margin-bottom: 16px;
}

.formTable {
	font-size: 1.2em;
	color: #464646;
}

.contentRegion a {
	color: #333;
	text-decoration: underline;
}

.contentRegion a:hover {
	text-decoration: none;
	color: black;
}

.contentRegion ul,
.contentRegion ol {
	font-size: 1.2em;
	color: #464646;
	margin-bottom: 16px;
	margin-left: 25px;
}

.table-row {
	width: 100%;
	margin-bottom: 10px;
	clear: both;
}

.table-col-2 {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}

.table-row label {
	width: 95px;
	display: block;
	float: left;
	padding-top: 4px;
	color: #555;
	font-size: 1.1em;
	font-weight: bold;
}

.table-row select {
	vertical-align: middle;
}

.reg-options {
	height: 75px;
}

.reg-options label {
	width: auto;
	height: 20px;
	margin-right: 15px;
}

.formfield-tiny {
	width: 23px;
	height: 18px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: black;
	padding: 4px 0 0 0;
}


.formfield-small {
	width: 50px;
	height: 18px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: black;
	text-indent: 5px;
	padding: 4px 0 0 0;
}

.formfield-medium {
	width: 150px;
	height: 18px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: black;
	text-indent: 5px;
	padding: 4px 0 0 0;
}

.formfield-large {
	width: 300px;
	height: 18px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: black;
	text-indent: 5px;
	padding: 4px 0 0 0;
}

.formfield-textarea {
	width: 300px;
	height: 75px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: black;
	padding: 4px;
}


.formfield-review {
	height: 75px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: black;
	padding: 4px;
	width:98%; 
	margin-left: 3px; 
	margin-top: 3px;

}


.valign {
	vertical-align: middle;
}

.txtError {
	padding: 3px;
	border: 1px solid #fb988a;
	background-color: #ffece6;
	color: #de2a26;
	font-weight: normal;
	text-align: center;
}


/*** Product Grid styles***/

.productgrid-options {
	width: 689px;
	height: 30px;
	display: block;
	margin-bottom: 0px;
	position: relative;
}

.productgrid-sort {
	width: auto;
	height: 25px;
	float: right;
	/*position: absolute;
	right: 0;
	top: 0;*/
}

.productgrid {
	width: 680px;
	margin: 0 auto 10px auto;
	background: url(../styleImages/backgrounds/bgnd-productgrid.jpg) repeat-x top left;
	border: 1px solid #ebebeb;
	padding-left: 8px;
	padding-top: 12px;
}

.productgrid-single {
	width: 188px;
	margin: 10px auto 0px auto;
	/*background: url(../styleImages/backgrounds/bgnd-productgrid.jpg) repeat-x top left;
	border: 1px solid #ebebeb;*/
	padding-left: 20px;
	padding-top: 12px;
}

.productgrid-title {
	text-indent: 9px;
	padding-bottom: 15px;
}

.productgrid-product {
	display: block;
	width: 152px;
	/*height: 193px;*/
	height: 225px;
	float: left;
	margin: 0 5px 10px 10px;
	position: relative;
}

.productgrid-single .productgrid-product {
	height: auto;
}

.productgrid-thumbnail {
	display: block;
	width: 152px;
	height: 152px;
	background: url(../styleImages/backgrounds/bgnd-productgrid_product.gif) no-repeat top left;
	vertical-align: middle;
}

.productgrid-thumbnail a {
	display: block;
	width: 140px;
	height: 140px;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
	padding-top: 4px;
}

.productgrid-pricetag {
	display: block;
	width: 51px;
	height: 51px;
	position: absolute;
	top: 0;
	right: 2px;
	background: url(../styleImages/backgrounds/bgnd-productgrid_pricetag.png) no-repeat top left;
	text-align: center;
	color: white;
	font-size: 1.0em;
	font-weight: bold;
	behavior: url(/skins/Rajanis/styleScripts/iepngfix.htc);
}

.productgrid-price {
	width: 48px;
	text-align: center;
	padding-top: 19px;
}

.productgrid-price .txtOldPrice {
	width: 51px;
	height: 19px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../styleImages/backgrounds/bgnd-productgrid_saletag.png) no-repeat top left;
	behavior: url(/skins/Rajanis/styleScripts/iepngfix.htc);
}

.productgrid-price .txtOldPrice span {
	display: none;
}

.productgrid-itemname {
	width: 145px;
	font-size: 1.1em;
	font-weight: bold;
	color: black;
	padding-top: 3px;
	padding-left: 4px;
}

.productgrid-itemname a {
	color: black;
	text-decoration: none;
}

.productgrid-itemname a:hover {
	text-decoration: underline;
}

.productgrid-trolley {
	width: 22px;
	height: 22px;
	margin-left: 3px;
	float: right;
}

.productgrid-stars {
	width: 96px;
	height: 19px;
	background: url(../styleImages/backgrounds/bgnd-productgrid_stars.png) no-repeat top left;
	position: absolute;
	top: 122px;
	left: 25px;
	padding-top: 4px;
	text-align: center;
	behavior: url(/skins/Rajanis/styleScripts/iepngfix.htc);
}

.productgrid-stars img {
	behavior: url(/skins/Rajanis/styleScripts/iepngfix.htc);
}

.sidebar-link {
	margin-bottom: 10px;
}



/** Product Details **/

#productImage {
	width: 400px;
	height: 400px;
	background: url(../styleImages/backgrounds/bgnd-productimage.gif) no-repeat top left;
	padding: 10px;
	text-align: center;
	float: left;
	margin-bottom: 15px;
}

#productDetails {
	width: 260px;
	float: left;
	padding-left: 10px;
}

#productDetails-stars {
	font-size: 1.1em;
	color: #555;
	vertical-align: middle;
}

#productDetails-stars a {
	color: #555;
}

#productDetails-stars a:hover {
	text-decoration: underline;
}

#productDetails-price {
	color: #e73330;
	font-size: 1.8em;
	font-weight: bold;
}

#productDetails-price .txtOldPrice {
	text-decoration: line-through;
}

#productDetails-options {
	color: black;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}

#productDetails-buy {
	color: black;
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 10px;
}

#productDetails-buy img {
	vertical-align: middle;
}

#productDetails-code {
	font-size: 1.1em;
	color: #555;
}

#productDetails-code .txtOutOfStock {
	color: #e73330;
	font-weight: bold;
}

#productInfo {
	width: 690px;
	clear: both;
}

.userlinks {
	list-style: none;
	margin-bottom: 10px;
	font-size: 1.1em;
}

.userlinks li {
	background: url(../styleImages/arrow-red.gif) left top no-repeat;
	padding-left: 22px;
	padding-bottom: 3px;
}

.userlinks a {
	color: #e73330;
	text-decoration: none;
	font-weight: bold;
}

.userlinks a:hover {
	text-decoration: underline;
}


/*** Ratings/Reviews section ***/

.RatingTop {
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 1.2em;
	border-bottom: 1px dotted #fb988a;
	color: black;
}

.RatingMain {
	margin-top: 5px;
}

.RatingBottom {
	height: 20px;
	color: black;
}


/*** Extra photos ***/

#imgThumbSpace a {
	height: 140px;
	width: 140px;
	margin-right: 10px;
}

#imgThumbSpace img {
	vertical-align: middle;
}

/*** tabbertab content styles ***/

.tabbertab p {
	font-size: 1.2em;
	color: black;
	margin-bottom: 15px;
	line-height: 130%;
}


.tabbertab ul,
.tabbertab ol {
	margin-left: 16px;
	margin-bottom: 10px;
}



.tableLogin {
	width: 300px;
	margin: 20px auto;
	background: url(../styleImages/backgrounds/bgnd-productgrid.jpg) repeat-x top left;
	border: 1px solid #ebebeb;
	padding: 12px;
}

.tableSetPassword {
	width: 300px;
	margin: 20px auto;
	background: url(../styleImages/backgrounds/bgnd-productgrid.jpg) repeat-x top left;
	border: 1px solid #ebebeb;
	padding: 12px;
}

.tableRegForm {
	width: 670px;
	margin: 20px auto;
	background: url(../styleImages/backgrounds/bgnd-productgrid.jpg) repeat-x top left;
	border: 1px solid #ebebeb;
	padding: 12px;
}

.tablePaymentSelector {
	width: 300px;
	margin: 20px auto;
	background: url(../styleImages/backgrounds/bgnd-productgrid.jpg) repeat-x top left;
	border: 1px solid #ebebeb;
	padding: 12px;
}

.tablePersonal {
	width: 600px;
	margin: 20px auto;
	background: url(../styleImages/backgrounds/bgnd-productgrid.jpg) repeat-x top left;
	border: 1px solid #ebebeb;
	padding: 12px;
}

.tablePersonal label {
	width: 150px;
}

.tableNewsletter {
	width: 400px;
	margin: 20px auto;
	background: url(../styleImages/backgrounds/bgnd-productgrid.jpg) repeat-x top left;
	border: 1px solid #ebebeb;
	padding: 12px;
}

.tableNewsletter label {
	width: 200px;
}

.tableGeneral {
	width: 600px;
	margin: 20px auto;
	background: url(../styleImages/backgrounds/bgnd-productgrid.jpg) repeat-x top left;
	border: 1px solid #ebebeb;
	padding: 12px;
}

.tableGeneral label {
	width: 150px;
}

/*** Cart/Trolley styles ***/

.cartProgress {
	width: 520px;
	height: 30px;
	background: url(../styleImages/backgrounds/bgnd-cartprogress.gif) no-repeat top left;
	margin: 0 auto 10px auto;
	font-size: 1.6em;
	padding-top: 10px;
	text-align: center;
	color: #fabaa8;
	font-family: Arial, Helvetica, sans-serif;
}

.cartProgress img {
	vertical-align: text-bottom;
}

.txtcartProgressCurrent {
	color: white;
	font-weight: bold;
}

#cartQuickAdd {
	width: 940px;
	clear: both;
	color: #545454;
	font-size: 12px;
	height: 23px;
	margin-bottom: 20px;
}

.tdcartHeading {
	background-color: black;
	color: white;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	padding-right: 3px;
}

.tdcartEven {
	background-color: #ffece6;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #545454;
	padding-right: 3px;
}

.tdcartOdd {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #545454;
	padding-right: 3px;
}

.trcart td {
	padding-right: 2px;
	padding-left: 2px;
}

.tdCartSubTotal {
	color: #545454;
	font-size: 12px;
}

.tdCartTotal {
	color: #545454;
	font-size: 14px;
	color: black;
}

.tdCartCode {
	background-color: #fcb4b6;
	border: 1px solid #990000;
	color: #990000;
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
}

.totaldivider {
	height: 16px;
}

#btnAddProduct {
	vertical-align: bottom;
}

#btnUpdateBasket {
	height: 35px;
	float: left;
	width: 300px;
	margin-top: 10px;
}

#btnCheckout {
	height: 35px;
	float: right;
	width: 300px;
	text-align: right;
	margin-top: 10px;
	margin-right: 6px;
}

.cartProductOption {
	font-size: 0.9em;
}

.txtStockWarn {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: red;
	font-size: 10px;
}


/****end***/


.pagination {
	font-size: 10px;
	width: auto;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 5px;
}

.pagination label {
	float: left;
	margin-right: 5px;
}

.pagination a {
	display: block;
	width: 10px;
	height: 12px;
	padding: 2px;
	float: left;
	background-color: #c2c2c2;
	color: white;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	margin: 0px 5px 0 0px;
	visibility: visible;
}

.pagination a:hover {
	text-decoration: underline;
}

.pagination strong {
	display: block;
	width: 10px;
	height: 12px;
	padding: 2px;
	float: left;
	background-color: #252525;
	color: white;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	margin: 0px 5px 0 0px;
	visibility: visible;
}

#rajani-intro {
	width: 194px;
	height: 140px;
	display: block;
	background: url(../styleImages/backgrounds/bgnd-intro.gif) top left no-repeat;
	margin-bottom: 10px;
	padding: 10px 8px;
}

#rajani-intro h3 {
	color: #e73330;
	font-size: 1.1em;
}

#rajani-intro p {
	font-size: 1.1em;
	color: #333;
}


/***footer docs ***/

#siteDocs ul {
	width: 215px;
	float: left;
	list-style: none;
	color: #707070;
	font-size: 1.2em;
	margin-left: 20px;
	margin-top: 20px;
}

#siteDocs ul a {
	color: #707070;
	text-decoration: none;
}

#siteDocs ul a:hover {
	text-decoration: underline;
}


/* start mod: Common code for: Fully Flexible Contact Forms -or- Advanced Contact Forms */
/* by Estelle - http://cubecart.expandingbrain.com */

/* Information displayed after email is sent */
.divEmailInfo {
	margin: 1em auto 1em auto;
	color: black;
	background-color: #ffece6;
	padding: 1em;
	position: relative;
}
.divEmailError {
	margin: 1em auto 2em auto;
	padding: 1em;
	color: red;
	background-color: #FFEEE7;
}
.divEmailFields {
	margin: 1em auto;
	padding: 10px;
	width: 95%;
	overflow: auto;
	/*border: 1px dashed #94DA3A;*/
}

/* Table and field sizes/alignment */

/* Field error messages */
span.validation-advice, span.custom-advice, label.error {
	margin-top: 5px;
	color: #FF0000;
	background-color: transparent; /* set this to fix problem in IE */
	font-weight: bold;
}

/* This is for the CAPTCHA */
#recaptcha_area {
	margin: 0.5em 0;
}
.recaptcha_theme_white .required, .recaptcha_theme_blackglass .required, .recaptcha_theme_red .required {
	/*border: 1px solid #70CDCC !important;*/
}
.recaptcha_theme_white .validation-failed, .recaptcha_theme_blackglass .validation-failed, .recaptcha_theme_red .validation-failed {
	/*border: 2px solid #FF3333 !important;*/
}
.recaptcha_theme_white .validation-passed, .recaptcha_theme_blackglass .validation-passed, .recaptcha_theme_red .validation-passed {
	/*border: 1px solid #B1D16C !important;*/
}
.recaptcha_theme_white .validation-advice, .recaptcha_theme_blackglass .validation-advice, .recaptcha_theme_red .validation-advice {
    display: none;
}

/* end mod: Common code for: Fully Flexible Contact Forms -or- Advanced Contact Forms */


#contactForm1 .formfield-large,
#contactForm1 .formfield-dropdown,
#contactForm1 .formfield-textarea {
	border: 1px solid #ccc;
}


