@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}

p {
	padding: 0 0 15px;
	line-height: 18px;
}

a img {
	border: 0;
}


.form-field input {
	margin-right: 5px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align:center;
	margin: 10px;
}

a:link, a:active, a:visited {
	text-decoration: none;
	/*color: #C970A7;*/
	color: #CA2D92;
}

a:hover {
	
	color: #9168A7;
}	


h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
}

h6 {
	text-indent: -9999px;
}

h6 a {
	display: block;
	height: 120px;
}

h1 {
	font-size: 25px;

}

h3 {
	font-size: 20px;

}

h4 {

}

h5 {

}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 900px;
}
#header {
	margin: 0 0 2px 0;
}

#mainlogo {
	height: 120px;
	width: 639px;
	background: url(../images/logo.gif) no-repeat;
	float: left;
}
#basket {
	width: 218px;
	float: right;
	padding: 10px;
	background: #F5EAE5;
}
#basket h3 {
	height: 30px;
	line-height: 30px;

}

#basket ul {
	list-style-type: none;
}
#basket  ul li {
	border-top: 1px solid #fff;
	padding: 5px 0;
}
#view_basket {
	float: left;
	margin: 0 10px 0 0;
	width: 100px;
}
#goto_checkout {
	float: left;
	width: 100px;
}


#basket  a {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
}
#basket a:hover {
}
#main_nav {
	height: 40px;
	background: #f6f6f6;
	margin: 0 0 2px 0;
}
#main_nav_left {
	width: 600px;
	float: left;
}
#main_nav_left ul {
	list-style-type: none;
}
#main_nav_left ul li {
	float: left;
	margin: 14px 0 0;
	border-right: 2px solid #fff;
}
#main_nav_left ul li.noborder {
	border-right: none;
}

#main_nav_left   ul  li a {
	display: block;
	padding: 0 10px;
	color: #666;
}
#main_nav_left ul li a:hover {
	color: #333;

}


#main_nav_right {
	width: 260px;
	float: right;
}

#main_nav_right ul {
	list-style-type: none;
}
#main_nav_right ul li {
	float: left;
	margin: 14px 0 0;
	border-right: 2px solid #fff;
}
#main_nav_right ul li.noborder {
	border-right: none;
	padding: 0;
}

#main_nav_right ul  li a {
	display: block;
	padding: 0 10px;
	color: #666;
}
#main_nav_right ul li a:hover {
	color: #333;

}
#home_large_images {
}
#home_large_left {
	float: left;
	width: 660px;
	margin: 0 2px 0 0;
}
#home_large_right {
	float: left;
	width: 238px;
}
#home_text {
	margin: 0 0 2px 0;
}
#home_intro {
	width: 600px;
	float: left;
	padding: 20px 0 0 20px;
}
#home_intro h2 {
	color: #C93092;
	margin: 0 0 10px 0;
}

#home_product_search {
	float: right;
	width: 238px;
	background: #f2f3db;
}
#home_product_search  .right p {
	padding: 0;
}
#home_product_search .right a {
	display: block;
	background: #999;
	font-size: 10px;
	padding: 0 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	border: 1px solid #ccc;
}
#home_product_search .right a:hover {
	background: #666;
	color: #fff;
	border: 1px solid #ccc;
}



#home_search {
	padding: 10px 10px 0;
	background: #f2f3db;
}
#home_search label {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	margin: 0 0 5px 0;
	font-weight: lighter;
	position: relative;
	background-color: #F2F3DB;
}
#home_search input {
	width: 218px;
	margin: 0 0 5px 0;
}
#home_search .submit {
	width: auto;
	float: right;
}
#shop_by {
	padding: 5px 10px 10px;
	margin: 0 0 2px 0;
	background: #f2f3db;
}
#shop_by label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	float: left;
	width: auto;
	position: relative;
	display: block;
	background-color: #F2F3DB;

}

#shop_by #jumpMenu {
	width: 150px;
	float: right;
}
#home_free_deliv {
	background: #ca2d92;
	color: #fff;
	padding: 10px;
	margin: 2px 0 0;
	height: 75px;
}
#home_free_deliv   .left  a {
	color: #FFFFFF;
}
#home_free_deliv  .left a:hover {
	color: #f6f6f6;
}

#home_free_deliv p {
	padding: 2px 0 0;
}
#home_free_deliv  .right a {
	padding: 0 2px;
	display: block;
	color: #fff;
	border: 1px solid #ccc;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	background: #999;
}
#home_free_deliv  .right a:hover {
	background: #666;
	color: #fff;
	border: 1px solid #ccc;
}

.left  {
	width: 150px;
	float: left;
	padding: 0;
}
.right  {
	float: right;
	margin: 50px 0 0;
	width: 56px;
	text-align: center;
}
#home_bottom {
	clear: both;
	margin: 0 0 2px 0;
}
#home_bottom ul {
	list-style-type: none;
}
#home_bottom ul li {
	width: 219px;
	float: left;
	display: block;
	margin: 0 2px 0 0;
}
#home_bottom p {
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	line-height: 30px;
}
#home_bottom ul li p {
	padding: 20px 10px 31px;
}


#home_bottom a {
	color: #fff;
	display: block;
}
#home_bottom a:hover {
	text-decoration: none;
	color: #f6f5f6;
	border-bottom: none;
}


#home_bottom   ul   li.so   {
	background: #babfad;
}
#home_bottom  ul  li.bs  {
	background: #d9e4f4;
}
#home_bottom  ul  li.nr  {
	background: #ddc2b8;
	width: 218px;
}
#home_bottom  ul  li.gift  {
	width: 238px;
	color: #fff;
	margin: 0;
	height: 60px;
	float: right;
}


* html #home_bottom  ul  li.gift  {
	width: 225px;
	color: #fff;
	margin: 0;
	height: 60px;
	float: right;
	padding: 0;
}


#home_bottom #gift_voucher {
	background: #abd3de;
	padding: 10px;
	height: 60px;
}
#home_bottom  #gift_voucher  .large_gift  {
	padding: 0;
	font-size: 25px;
	line-height: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
}

#home_bottom  #gift_voucher  p  {
	padding: 0;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#home_bottom #gift_voucher .more {
	margin: 33px 0 0;
	width: 56px;
}
#home_bottom  #gift_voucher  .more a {
	padding: 0 2px;
	display: block;
	background: #999;
	color: #fff;
	border: 1px solid #ccc;
	margin: 0;
	text-align: center;
}
#home_bottom  #gift_voucher  .more a:hover {
	background: #666;
	color: #fff;
	border: 1px solid #ccc;
}

#home_bottom #gift_voucher .left_gift {
	float: left;
	margin: 10px 0 0;
}

#home_bottom  #gift_voucher  .right_gift {
	float: right;
}

#home_bottom #brochure {
	background: #a79d98;
	color: #666;
	
}
#home_bottom #brochure h3 {
	position: relative;
	display: block;
	background-color: #F7EDE8;
}

#home_bottom  #brochure  label {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding: 5px 0;
	color: #666;
	position: relative;
	background: #F7EDE8;
}
#home_bottom #brochure input {
	width: 218px;
	color: #666;
}

* html #home_bottom #brochure input {
	width: 210px;
}

#home_bottom #brochure .submit {
	width: auto;
	float: right;
}

#footer_nav {
	height: 45px;
	background: #f6f6f6;
	font-size: 10px;
}

#footer_nav ul {
	list-style-type: none;
	display: block;
	margin: 0 auto;
	width: 850px;
}
#footer_nav ul li {
	float: left;
	margin: 18px 0 0;
	border-right: 2px solid #fff;
}
#footer_nav ul li.noborder {
	border-right: none;
}

#footer_nav ul  li a {
	display: block;
	padding: 0 7px;
	color: #666;
}
#footer_nav ul li a:hover {
	color: #333;

}
#footer {
	padding: 10px 20px 0;
	font-size: 10px;
}
#footer p {
	margin: 0;
	padding: 0;
}

#footer_left {
	float: left;
}

#footer_right {
	float: right;
}
#content_wrapper {
	background: url(../images/main_content_bg.gif) repeat-y;
}
#left_col  {
	width: 240px;
	float: left;
}
#right_col {
	float: right;
	width: 650px;
}
#left_search {
	border-bottom: 2px solid #fff;
}
#sub_nav {
}
#sub_nav ul {
	list-style: none;
	padding: 10px;
}
#sub_nav ul li {
	border-bottom: 1px dotted #999;
}
#sub_nav ul li a {
	display: block;
	padding: 3px 0;
	color: #333;
	font-size: 11px;
}
#sub_nav ul li a:hover {
	color: #666;
}

#sub_nav ul li ul {
	margin: 0 0 5px 10px;
	padding: 0;
}

#sub_nav ul li ul li {
	display: inline;
	border-bottom: none;
}
#sub_nav ul li ul li a {
	margin: 0;
	font-size: 10px;
	font-weight: normal;
	padding: 2px 0;
	color: #666;
	text-indent: 10px;
	background: url(../images/nav_arrow_black.gif) no-repeat left 4px;
	display: block;
}
#sub_nav ul li ul li a:hover {
	color: #4a4a4a;
}

#sub_nav ul li ul li ul {
	list-style-type: square;
	margin: 0 0 5px 10px;
}
#sub_nav ul li ul li ul li {
	display: inline;
}
#sub_nav ul li ul li ul li a {
	color: #c970a9;
	display: block;
	background: url(../images/nav_arrow_pink.gif) no-repeat left 4px;
}
#sub_nav ul li ul li ul li a:hover {
	color: #ab4586;
}
#right_header {
	padding: 15px 10px;
	background: #e9c9de;
	color: #fff;
	margin: 0 0 2px 0;
}
#right_header h2 {
	padding: 0 0 10px 0;
}
#right_header p {
	padding: 0 0 5px 0;
}
#product_ul {
	list-style-type: none;
}
#product_ul h3 {
	font-size: 25px;

}

#product_ul li {
	border-bottom: 1px dotted #ca2d92;
	padding: 5px 0;
}
#product_ul .image {
	width: 477px;
	float: left;
	padding: 0;
	margin: 0;
}
#product_ul .text_girl {
	float: right;
	width: 145px;
	padding: 10px;
	background: #e9c9de;
	color: #fff;
	height: 102px;
	margin: 0;
}

#product_ul .text_boy {
	float: right;
	width: 145px;
	padding: 10px;
	background: #dbecf2;
	color: #fff;
	height: 102px;
	margin: 0;
}

#right_product_header {
	padding: 10px;
	background: #e9c9de;
	color: gray;
	margin: 0 0 2px 0;
}

#right_product_header h2 {
	padding: 0 0 5px 0;
}

#right_product_header p {
	padding: 0 0 5px 0;
}
#right_col .page_numbers {
	clear: both;
	font-size: 12px;
	font-weight: 700;
}
#right_col .page_numbers ul {
	list-style-type: none;
	width: 150px;
	float: right;
	margin: 10px 0;
}
#right_col .page_numbers ul li {
	float: left;
	padding: 0 5px;
	border-right: 1px solid #ccc;
}
#right_col  .page_numbers  ul li.noborder {
	border-right: none;
}

#right_col .page_numbers a {
	display: block;
}
#product_list {
	clear: both;
}
#product_list h4 {
	font-size: 15px;
	color: #ca2d92;
}
#product_list .product_number {
	font-size: 10px;
}
#product_list .product_details {
	font-size: 9px;
	padding: 0;
	line-height: 15px;
	display: block;
	margin: 0 0 10px 0;
}
#product_list .product_details span {
	font-weight: bold;
}
#product_list .price {
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #ca2d92;
	padding: 0 0 10px 0;
}

.pl_right_bottom a {
	display: block;
	font-size: 10px;
	padding: 2px;
	background: #999;
	color: #fff;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.pl_right_bottom input {
	display: block;
	font-size: 10px;
	padding: 2px;
	background: #999;
	color: #fff;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.pl_right_bottom a:hover {
	background: #6e6e6e;
	color: #fff;
	border: 1px solid #999;
}


#product_list {

}







#product_list ul {
	list-style-type: none;
	clear: both;
}
#product_list    ul li.border_bottom  {
	border-bottom: 1px dotted #ca2d92;
}
#product_list ul li.border_bot_no_right {
	border-bottom: 1px dotted #ca2d92;
	border-right: none;
}


#product_list  ul li {
	width: 310px;
	float: left;
	padding: 5px;
	border-right: 1px dotted #ca2d92;
	border-top: 1px dotted #ca2d92;
}
#product_list ul li.no_right_border {
	border-right: none;
}

#product_list .pl_left {
   float: left;
   width: 140px;
}

#product_list .pl_right {
   float: right;
   width: 160px;
}

/*#product_list .pl_left {
	float: left;
	width: 110px;
}
#product_list .pl_right {
	float: right;
	width: 190px;
}*/
#product_list .pl_rb_left {
	float: left;
}
#product_list .pl_rb_right {
	float: right;
}
#product_item_image {
	border-bottom: 1px dotted #ca2d92;
	margin: 10px 0 0;
}
#p_i_i_left {
	width: 400px;
	float: left;
}
#p_i_i_right {
	float: right;
	width: 230px;
}
#p_i_i_right a {
	display:inline;
	padding:0;
	margin:0;
}
#p_i_i_right ul {
	list-style-type: none;
	clear: both;
}
#p_i_i_right ul li {
	float: left;
	margin: 2px;
	border: 1px solid #dab7cd;
	width: 80px;
	height: 80px;
}




#product_item_details {
	clear: both;
	padding: 10px 0 10px 10px;
}
#product_item_details h4 {
	font-size: 25px;
	color: #ca2d92;
}
#product_item_details .product_number {
	font-size: 10px;
}
#product_item_details .product_details {
	font-size: 9px;
	padding: 0;
	line-height: 15px;
	display: block;
	margin: 0 0 10px 0;
}
#product_item_details .product_details span {
	font-weight: bold;
}
#product_item_details .price {
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #ca2d92;
	padding: 0 0 10px 0;
}
#product_item_details   a {
	display: block;
	font-size: 10px;
	padding: 2px;
	background: #999;
	color: #fff;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
#product_item_details  a:hover {
	background: #6e6e6e;
	color: #fff;
	border: 1px solid #999;
}
#product_item_details   .rb_right {
	width: 80px;
}
#text_content {
	padding: 10px;

}
#text_content h2 {
	color: #C93092;
	padding: 0 0 10px 0;
}





#contact_form {
	width: 500px;
	margin: 0 auto;
}
#contact_form p {
	padding: 5px;
	margin: 0;
}

#contact_form fieldset {
	padding: 15px;
	border: 1px dashed #CA2D92;
	background: url(../images/fieldset_bg.jpg) no-repeat bottom right;
	margin: 0 0 10px 0;
}
#contact_form legend {
	color: #666;
	font-size: 11px;
	font-weight: bold;
	background: #fff;
}
#contact_form label {
	display: block;
	font-size: 10px;
	color: #666;
	font-weight: bold;
	padding: 0 0 5px 0;
}
#contact_form  label  em {
	font-style: italic;
	font-weight: normal;
}
#contact_form label span {
	color: #cc0000;
	font-weight: lighter;
	visibility: hidden;
}


#contact_form input {
	width: 200px;
}
#contact_form .submit {
	width: auto;
	float: right;
	margin: 5px;
}
#contact_form  input:focus   {
	background: #f4f5b4;
}

#contact_form textarea:focus {
	background: #f4f5b4;
}


#contact_form textarea {
	width: 300px;
	height: 100px;
}


#breadcrum  {
	height: 20px;
	line-height: 20px;
	font-size: 10px;

}






.large {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 23px;
	margin: 0;
	padding: 0;
	display: block;
}

.small {
	font-size: 8px;
	padding: 5px 0 0;
	margin: 0;
	clear: left;
	display: block;
	line-height: 10px;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 0.1em;
	overflow: hidden;
}
