/*
 1.   general rules
 1.1  global reset
 1.2. block elements
 1.3. inline elements
 1.4. alignment classes
 1.5. floats
 1.6. miscellaneous classes
 2.   layout
 2.1. container
 2.2. header
 2.3. content
 2.4. footer
 */
/*************************************
 
 1. General rules
 
 **************************************/
/*---------1.1. global reset-------------*/
* {
    margin: 0px;
    outline: 0;
    font-size: 100%;
    font-family: inherit;
    text-decoration: none;
    list-style: none;
}

strike{
	text-decoration:line-through;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, select, option, optgroup {
    padding: 0px;
}

html, table.mainTbl {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font-size: 62.5%; /* 1em = 10px \ 1.1em = 11px \ 1.2em = 12px */
		background:#FFFEF6;
		font-family:Arial, Helvetica, sans-serif;
}

/*-------1.2. block elements----*/
h1 {
}


h1.catname{
	color:#2B2764;
	text-transform:capitalize;
	font-size:20px;
	font-weight:normal;
	padding:10px 0px;
}

h1.infoHeading{
	color:#2B2764;
	text-transform:capitalize;
	font-size:20px;
	font-weight:normal;
	padding:10px 0px;
}


h2 {
  color:#2B2764;
	text-transform:capitalize;
	font-size:12px;
	padding-bottom:5px;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p {
	margin-bottom:15px;
}

.infoPage p{
	text-align:justify;
}

blockquote {
}

noscript div {
    color: red;
    font-size: 12px;
}

hr {
    display: none;
}

/*--------------1.2.1 lists-------------*/
ul {
}

ol {
}

li {
}

dl {
}

dd {
}

dt {
}

/*------------1.2.2 forms-----------------*/
form {
}

form ol {
}

form li {
}

form dl dt {
    float: left;
    clear: left;
    width: 50%;
}

form dl dd {
    float: right;
    clear: right;
    width: 50%;
}

form li label {
    display: block;
    cursor: pointer;
}

fieldset {
    border: none;
}

legend {
}

input.textInput ,
input.textinput{
	border:1px solid #969799;
	background:#FFFEF6;
	color:#969799;
	padding:1px 0px;
}

imput.submitBtn {
}

input[ type = "submit" ], 
input [ type = "reset" ] {
    cursor: pointer;
}

button {
    cursor: pointer;
    border: none;
}

select {
	border:1px solid #969799;
	background:#FFFEF6;
	color:#969799;
}

option {
}

optgroup {
}

textarea {
	border:1px solid #969799;
	background:#FFFEF6;
	color:#969799;
}

/*--------------1.2.3. tables-------------*/
table {
    border: none;
    border-collapse: separate;
    border-spacing: 0; /*when set to "0" cellspacing has no effect on tables */
}

tr {
}

td {
}

th {
}

/*----------1.2.4 padded divs------------*/
.infoPage{
	padding:0px 20px;
}

.pad1 {
}

.pad2 {
}

.pad3 {
}

.pad4 {
}

.pad5 {
}
/*----------1.3. inline elements---------*/
a {
    cursor: pointer;
		color:#2B2764;
}

a:hover, a:focus {
}

a:visited {
}

a img {
    border: none;
}

span {
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: oblique;
}

u {
    text-decoration: underline;
}

img {
    border: none;
}

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

img.left {
    float: left;
    clear: left;
}

.center {
    text-align: center;
}

img.center {
    margin: 0 auto;
    display: block;
}

.right {
    text-align: right;
}

img.right {
    float: right;
    clear: right;
}

/*-------------1.5. floats-------------*/
.leftfloat {
    float: left;
    clear: left;
}

.rightfloat {
    float: right;
    clear: right;
}

/*------1.5.1. clearing floats---------*/
/*clearfix*/
.clearfix:after, 
form li:after, 
form dl:after, 
form dt:after, 
form dd:after,
#headerInner:after,
#headerBot:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*end of clearfix*/

/*-------1.6. other classes------*/
.highlight1{
	
}

.highlight2{
	
}

.highlight3{
	
}

/*color schemes*/
body.colorScheme1 #content,
body.colorScheme13 #content{
	background:#d9eae5;
}

body.colorScheme2 #content,
body.colorScheme12 #content{
	background:#f3aecb;
}

body.colorScheme3 #content,
body.colorScheme11 #content{
	background:#a4c2dd;
}

body.colorScheme4 #content,
body.colorScheme14 #content{
	background:#f9f7e8;
}

body.colorScheme5 #content,
body.colorScheme15 #content{
	background:#d09c9c;
}

body.colorScheme6 #content,
body.colorScheme16 #content
{
	background:#da5b66;
}

body #sideNav a:hover,
body.colorScheme1 #sideNav a:hover,
body.colorScheme1 #sideNav li.selected a,
body.colorScheme13 #sideNav a:hover,
body.colorScheme13 #sideNav li.selected a,
body.colorScheme13 #sideNav li.selectedwithsub a{
	background:#f2f8f6;
}

body.colorScheme2 #sideNav a:hover,
body.colorScheme2 #sideNav li.selected a,
body.colorScheme12 #sideNav a:hover,
body.colorScheme12 #sideNav li.selected a,
body.colorScheme12 #sideNav li.selectedwithsub a{
	background:#fbe2ec;
}

body.colorScheme3 #sideNav a:hover,
body.colorScheme3 #sideNav li.selected a,
body.colorScheme11 #sideNav a:hover,
body.colorScheme11 #sideNav li.selected a,
body.colorScheme11 #sideNav li.selectedwithsub a{
	background:#dee9f3;
}

body.colorScheme4 #sideNav a:hover,
body.colorScheme4 #sideNav li.selected a,
body.colorScheme14 #sideNav a:hover,
body.colorScheme14 #sideNav li.selected a,
body.colorScheme14 #sideNav li.selectedwithsub a{
	background:#fdfdf9;
}

body.colorScheme5 #sideNav a:hover,
body.colorScheme5 #sideNav li.selected a,
body.colorScheme15 #sideNav a:hover,
body.colorScheme15 #sideNav li.selected a,
body.colorScheme15 #sideNav li.selectedwithsub a{
	background:#f0e0e0;
}

body.colorScheme6 #sideNav a:hover,
body.colorScheme6 #sideNav li.selected a,
body.colorScheme16 #sideNav a:hover,
body.colorScheme16 #sideNav li.selected a,
body.colorScheme16 #sideNav li.selectedwithsub a{
	background:#f4cfd3;
}
/*end of color schemes*/

/************************************
 2. Layout
 *************************************/

/*------------2.1. container------------*/
#container {
	font-size:11px;
	color:#B2B2B2;
}

.inner{
	width:1000px;
	position:relative;
	margin:0 auto;
}
/*end of container*/

/*------------2.2. header---------------*/
#header .inner{
	padding:35px 0px 0px 0px;
}

#header a{
	color:#8C8C8C;
}

#header a:hover{
	color:#2B2764;
}

#headerInner{
	border:1px solid #969799;
	height:94px;
	overflow:hidden;

}

a#logo {
	display:block;
	width:205px;
	height:94px;
	float:left;
	background:#292864 url(../images/logo.jpg) center center no-repeat;
}

#customerService{
	float:right;	
	color:#2A2763;
	text-align:right;
	padding:10px;
	line-height:1.4em;
}

#customerService p{
	color:#B2B2B2;
	margin-bottom:10px;
}

#bannerAd{
	margin:6px 5px 5px 215px;
}

#bannerAd img{
	border:1px solid #969799;
}

#headerBot li{
	float:left;
	margin-right:10px;
	padding-top:5px;
}

#headerBot li.first{
	width:205px;
	height:20px;
	background:url(../images/motto.jpg) center left no-repeat;
}

#headerBot{
	color:#8C8C8C;
	padding-bottom:7px;
}

#headerBot a{
	position:relative;
	top:1px;
}

#headerBot a img{
	position:relative;
	top:1px;
}

#searchInput{
	width:95px;
}

#signupEmail,
#signupEmail2{
	width:190px;
}


#mainNav {

}

#mainNav ul {

}

#mainNav ul li {

}

#mainNav ul li a {

}

#mainNav a:hover {

}

#miniCart{
	padding-left:25px;
	background:url(../images/miniCart.jpg) center left no-repeat;
}

#miniCart strong{
	font-weight:normal;
	padding:0px 5px 0px 0px;
}

#miniCart a{
	color:#2A2763;
	font-weight:bold;
}

#miniCart img {
    vertical-align: middle;
}
/*end of header*/

/*------------2.3. content--------------*/
#content {
	clear:both;
	padding-bottom:15px;
	background:#D9EAE5;
}

#content .inner{

}

/*main content*/
#mainCell{
	width:640px;
	background:#ffffff;
	padding:0px 10px 10px 10px;
}

#mainContent {
	min-height:640px;
}

#mainContent a {
 
}

#mainContent a:hover{
	text-decoration:underline;
}

#breadcrumb {
	color:#B2B2B2;
	padding:10px 0px 10px 0px;
	text-transform:lowercase;
}

#breadcrumb a {

}

#breadcrumb a:hover{
}

#breadcrumb .trail {

}

.prevNext{
	float:right;
}

.prevNext a{

}

.banner2{
	text-align:center;
	padding:10px 0px;
}

/*press*/
.pressGallery li{
	float:left;
	padding:5px;
	opacity:0.70;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity:0.70;
}

.pressGallery li:hover{
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
}
/*end of press*/
/*end of main content*/


/*side content*/
#sideCell{
	width:205px;
	text-align:right;
	padding:15px 0px 10px 0px;
}

#sideContent{
	
}

#sideNav {

}

#sideNav li {

}

#sideNav a {
	display:block;
	padding:10px 30px 10px 10px;
	text-transform:uppercase;
	color:#2A2763;
}

#sideNav a:hover {
	background:#f2f8f6;
}

#sideNav li.selected a {

}

#sideNav li.selected a:hover{

}

#sideNav li.subcat a{
	font-size:11px;
	text-transform:capitalize;
	padding:1px 30px 1px 10px;
}

#sideNav li.subselected a{
	font-size:11px;
	font-weight:bold;
	text-transform:capitalize;
	padding:1px 30px 1px 10px;
}

#sideNav li.subcat a:hover{
}
/*end of sidecontent*/
/*product table*/
table#prodtable td{
	text-align:center;
}

table#prodtable table{
	width:100%;
}

table#prodtable a {
}

tr.trImage {

}

td.tdImage {

}

td.tdName {
	font-weight:bold;
	padding:5px 0px 0px 0px;
}

td.tdImage {
}

tr.trDescription {
}

td.tdDescription {
	padding:0px 25px;
	display:none;
}

tr.trPrice {
}

td.tdPrice {
}

tr.trBuyButton {
}

td.tdBuyButton {
	color:#ee80b3;
	text-transform:capitalize;
}

td.tdBuyButton a{
	color:#ee80b3;
}

td.productsImageHolder {
}

td.productsImageHolder a{
	display:block;
	text-align:center;
}

.pagenums{
	text-align:center;
	text-transform:lowercase;
}

.pagenums a{
	
}

.pagenums a:hover{
	
}
/*end of product table*/

/*categories table*/
table#categoriesTable {
}

td.tdCatImage a{
	display:block;
	width:150px;
	text-align:center;
}

td.tdCatName {
	font-size:12px;
	text-transform:uppercase;
	padding:5px 0px 40px 0px;
}

td.tdCatName a{
	
}
/*end of categories table*/

/*product detail table*/
table#productDetailTable{
}

td.image-cell{
	width:288px;
	padding-right:10px;
}

a.hrefProductDetailImage{}

img.prodfullimage{}

a.zoom{
	text-transform:lowercase;
}

a.zoom:hover{
}

td.text-cell{
}

h1.productDetailName{
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	color:#2B2764;
	text-align:right;
}

p.productDetailDescription{
	text-align:right;
}

div.productDetailOptions{
}

div.productDetailOptions fieldset{
	padding:2px 0px;
}

div.productDetailOptions label{ 
	float:left;
	width:100px;
}

div.productDetailOptions select{
	width:220px;
}

div.productDetailPrice{
}

div.productDetailEmailFriend{
	float:left;
	padding:3px 0px;
}

div.productDetailAddToWishlist{
}

div.productDetailBuyNow{
	text-align:right;
}

input#addToCart{
	margin:0px;
	padding:2px 0px 2px 20px;
	background:url(../images/cart.gif) center left no-repeat;
	border:none;
} 
/*end of product detail table*/

/*cross promotion table*/
div#cross-promotion {
    clear: both;
		padding-top:10px;
}

h1#crossPromoHeading{
	font-size:16px;
	padding:5px 0px 15px 0px;
}

table#cross-promotion-table {
	width:100%;
}

tr.image-row {
}

tr.image-row td img {
	width:100px;
	height:150px;
}

tr.image-row a {
}

tr.product-name-row td{
	text-align:center;
	padding:0px 10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#8b8c8e;
}

tr.product-name-row td a{
	color:#8b8c8e;
}

tr.price-row td{
	text-align:center;
	text-transform:uppercase;
	padding:0px 10px;
	color:#8b8c8e;
}

tr.price-row td a{
	color:#8b8c8e;
}

tr.button-row td{
	text-align:center;
	text-transform:capitalize;
	color:#EE80B3;
}

tr.button-row a{
		color:#EE80B3;
}
/*end of cross promotion table*/

/*search table*/

/*end of search table*/

/*checkout form*/
form#checkoutForm {
}

form#checkoutForm td,
table.cobtbl td{
	padding:2px;
}

/*end of checkout form*/

/*affiliate form*/
table#affiliateTable td{
	padding:2px;
}

table#affiliateTable .textInput{
	width:100px;
}
/*end of affiliate form*/

/*search page search form*/
form#search-page-form {
}

form#search-page-form fieldset {
	padding:2px;
}

form#search-page-form input.textInput {
	width:220px;
}

form#search-page-form select {
	width:225px;
}

form#search-page-form select input.submitBtn {
}

form#search-page-form label {
	display:block;
}
/*end of search page search form*/

/*cart form*/
#mainForm {
}

#mainForm td {
	padding:2px;
}

#mainForm label{
	
}

#mainForm input.textinput {
	width:200px;
}

#mainForm select {
	width:203px;
}

#mainForm select#payprovider {
	margin-left:78px;
	margin-bottom:5px;
}

#mainForm textarea {
	width:200px;
	margin-left:78px
}
/*end of cart form*/

/*end of content*/

/*-----------2.4. footer----------------*/
#footer {
	padding:10px 10px 20px 10px;
}

#footer blockquote{
	float:left;
	width:175px;
	color:#2A2763;
	font-style:italic;
}


#footer blockquote span{
	float:right;
}

#footerNav {
	width:654px;
	text-align:center;
	margin-left:205px;
	text-transform:capitalize;
}

#footerNav ul {
}

#footerNav li {
	display:inline;
	padding:0px 15px;
}

#footerNav a {
	color:#B2B2B2;
}

#footer a:hover {
	text-decoration:underline;
}

#credits{
	text-align:center;
	color:#CECFD0;
	clear:both;
}

#credits a{
	color:#CECFD0;
}

#copyright{
}
/*end of footer*/


.pink{
	color: #F3AECB;
}