/* Reset Styles */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}
/* End Reset Styles */

body
{
	margin:0;
	background:url(../images/back.gif) top center;
	font-family:Comic Sans MS, trebuchet ms;
	color:#333;
}

p {
	margin-top: 10px;
}
a {
	text-decoration: none;
	color: #73A4BA;
}
a:visited {
	color: #75A4B8;
}
a img {
	border: none;
}
h1 a {
	font-size: 22px;
}

#container
{
	width:968px;
	margin:0 auto;
}

#content
{
	width:100%;
	background:url(../images/brepeat.gif) repeat-y;
}

#stripe
{
	width:944px;
	height:105px;
	margin:auto;
	border-left:4px solid white;
}

.topimages
{
	width:104px;
	margin-right:1px;
	float:left;
}

.norightmargin
{
	margin-right:0;
}

#top
{
	height:135px;
	background:url(../images/top2.gif) no-repeat;
}

#navcontainer
{
	margin-top:100px;
	float:right;
	margin-right:24px;
}

#navlist a { padding: 0 30px 0 30px; color:pink; text-decoration:none; }



#navlist a:hover
{
color: #fff;
text-decoration: none;
}

#cleft
{
	clear:left;
	width:10px;
	float:left;
	margin-left:0px;
	margin-top:10px;
}

#cright
{
	float:right;
	padding-left:20px;
	padding-right:35px;
	width:725px;
	margin-top:16px;
}

#sidemenu
{
	width:164px;
	background:url(../images/men.png) repeat-y;
	margin-left:14px;
}


#cleft ul
{
	padding:0;margin:0;
	color:pink;
}

#cleft a
{
	color:#DB7878;
	text-decoration:none;
	font-weight:bold;
}

#cleft a:hover
{
	color:black;
}

#cleft li
{
	margin-bottom:1px;
	list-style-type:none;
	text-align:center;
	background:#D66A95;
	background:url(../images/button.gif) no-repeat top left;
	height:38px;
	padding-top:10px;
}

h1
{
	color:#73A4BA;
	font-size:26px;
	margin-top:0;

}


.sonya
{
margin-left:10px;border:2px dotted pink;padding:5px;margin-bottom:10px;
}

#footer
{
	width:100%;
		background:url(../images/bot.gif) no-repeat;
		height:30px;

		text-align:center;
	padding-top:40px;
}

.clear
{
clear:both;

}


/* Shopping Cart */
.integerInput {
	width: 60px;
}

#cart {
	border: 1px solid #fff;
	border-collapse: collapse;
	width:100%;
}

#cart td {
	padding: 10px;
	border: 1px solid #Fff;
}

#cart th, .currency {
	padding: 10px;
	background:#75A4B8;;
	border: 1px solid #fff;
	font-weight: bold;
	color:white;
}


/* Products Listing */

table.productList
{
	width:100%;
	margin-top:20px;
}

table.productList td
{
	width:25%;
	text-align:center;
	vertical-align:top;
}

table.productList img
{
	max-width:120px;
	max-height:120px;
	_width: 120px;
}

.productImages
{
	border:1px dotted #ccc;
	width:140px;
	padding-top:10px;
	height:130px;
	margin:auto;
}

.productDetails
{
	width:140px;
	margin:auto;
	margin-bottom:10px;
}

.price
{
font-size:13px;color:#555;
}


/* Products Listing 2 */

table.productList2
{
	width:100%;
	margin-top:20px;
}

table.productList2 td
{
	border-bottom:2px dotted pink;
	padding:20px 0;
}

table.productList2 td.pleft
{
	width:300px;
	text-align:center;
	vertical-align:top;
}

table.productList2 td.pright
{
	vertical-align:top;
	text-align:left;
	padding-left:40px;
}

table.productList2 img
{
	max-width:300px;
	max-height:300px;
	_width: 300px;
}

.productImages2
{
	border:1px dotted #ccc;
	width:300px;
	padding-top:10px;
	height:300px;
	margin:auto;
}

.productDetails2
{
	width:140px;
	margin:auto;
	margin-bottom:10px;
}

.price2
{
font-size:13px;color:#555;
}

table.prices td
{
	border-bottom:0;
	text-align:center;
}


/* Subcategory Listing */

table.subcatList
{
	width:100%;
	margin-top:20px;
}

table.subcatList td
{
	width:33%;
	text-align:center;
	vertical-align:top;
}

.subcatImages
{
	border:1px dotted #ccc;
	width:190px;
	padding-top:10px;
	height:150px;
	margin:auto;
}

.subcatDetails
{
	width:160px;
	margin:auto;
	margin-bottom:10px;
}


table.subcatList img
{
	max-width:160px;
	max-height:160px;
	_width: 160px;
}


/* Single Product */

table.singleProductDisplay
{
	margin:20px auto;

}

table.singleProductDisplay th
{
	text-align:right;
	background:#75A4B8;
}

table.singleProductDisplay td, table.singleProductDisplay th
{
	padding:10px 30px;
	border:1px solid white;
}

table.singleProductDisplay td
{
	background:#CFDCED;
}


/* Buttons */

.buttonPane
{
	background:url(../images/button.gif);
	width:164px;
	height:34px;
	margin:auto;
	text-align:center;
	color:#DC7B7B;
	padding-top:10px;

}

.buttonPane a
{
	color:#DC7B7B;
}

/* Contact Form */
#frmContact {
	float: right;
	margin-left: 20px;
}
#frmContact textarea {
	width: 99%;
	height: 200px;
}
#frmContact table
{
	margin:20px auto;
	width:430px;
}

#frmContact table th
{
	text-align:right;
	padding:5px 10px;
	border:1px solid #75A4B8;
	vertical-align: top;
}

#frmContact table td.heading
{
	text-align:center;
	background:#75A4B8;
	color:white;
	padding:5px 10px;
	border:1px solid #75A4B8;
}

#frmContact table td
{
	border:1px solid #75A4B8;
	padding:5px 10px;
}

#frmContact table td
{
	border:1px solid #75A4B8;
	padding:5px 10px;
}



table.giggleclub
{
	margin:20px auto;
	width:430px;
}

table.giggleclub th
{
	text-align:right;
	padding:5px 10px;
	border:1px solid #75A4B8;
}

table.giggleclub td.heading
{
	text-align:center;
	background:#75A4B8;
	color:white;
	padding:5px 10px;
	border:1px solid #75A4B8;
}

table.giggleclub td
{
	border:1px solid #75A4B8;
	padding:5px 10px;
}

table.nobord td, table.nobord th
{
	border:0;
}



#postageOptions td div {
	display: none;
}
#paymentOptions td div {
	display: none;
}




table.checkoutForm
{
	margin:20px auto;
	width: 80%;
}

table.checkoutForm thead th
{
	text-align:center;
	background:#75A4B8;
}

table.checkoutForm tbody th
{
	text-align:right;
	background:#75A4B8;
	width: 30%;
}

table.checkoutForm td, table.checkoutForm th
{
	padding:10px 30px;
	border:1px solid white;
}

table.checkoutForm td
{
	background:#CFDCED;
}


#featuredProduct {
	text-align: center;
	color: #71A8BC;
}
#featuredFrame {
	padding: 4px;
	margin: 4px;
}
#featuredFrame img {
	border: 2px solid #73A4B5;
}
#featuredPrice {
	background-image: url('../images/featuredPrice.png');
	background-repeat: no-repeat;
	line-height: 58px;
}
#featuredPrice a {
	color: white;
}

#cart tfoot th {
	background: #CFDCED;
	text-align: right;
	color: #333333;
}