/*<? header("Content-Type: text/css");?>
/* CSS Document */

.error_textbox {
  border: 1px solid #ff0000 !important;
}

.error,
.confirm {
  color:#ff0000;
}
/*********************/

.vs3form fieldset {
  border:1px solid #e3dcea;
  position:relative;
  padding:10px 10px 10px 10px;
  margin:10px 0px 10px 0px;
}

.vs3form legend {
  color:#5c2f82;
  font-size:11px;
  font-weight:bold;
}

#register_page .asterix, #register_page .required
{
  color: red;
}

.vs3form fieldset td {
  padding:0px 10px 10px 0px;
}

.vs3form fieldset p {
  clear:both;
}

.vs3form fieldset p label {
  float:left;
  width:90px;
  margin:0px 10px 10px 0px;
}

.vs3form fieldset p input {
  float:left;
  margin:0px 10px 10px 0px;
}

.vs3form fieldset textarea,
.vs3form fieldset .textbox {
  width:290px;
}

.vs3form fieldset textarea {
  height:100px;
}

.vs3form fieldset #captcha_response {
  width:100px;
}


/*****************/

.my_account_home{
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.my_account_home a {
  font-size:12px;
  display:block;
}

.my_account_home span{
  display: block;
  float: left;
  margin: 0px 10px 10px 0px;
}

.my_account_home span.account_icon{
  clear: both;
}

.my_account_home li{
  height: 40px;
  overflow: hidden;
}

.address_book_line td {
  padding:0px 10px 0px 0px;
}

/***************************************/
/***************************************/
/***************************************/
/***************************************/
/***************************************/

img {
  border:0px;
  display:block;
}

li img {display: inline;}

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.clear_line {
  border-bottom:1px solid #313031;
}

label.hiddenlabel {
  display:none;
}

select, input, textarea {
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:11px;
  margin:0px 0px 0px 0px;
  font-weight:normal;
}

img {
  border:0px;
}


h1 {
  margin:0px 0px 0px 0px;
  padding:8px 0px 4px 0px;
  font-size:14px;
  color:#5c2f82;
}


h2 {
  margin:0px 0px 0px 0px;
  padding:8px 0px 4px 0px;
  font-size:12px;
  color:#5c2f82;
}

h3 {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}


p {
  margin:0px 0px 0px 0px;
  padding:4px 0px 4px 0px;
}

strong.customer {}

a {
  color:#5c2f82;
  text-decoration:none;
}

a:hover {
  color:#5c2f82;
  text-decoration:underline;
}

.mandatory_star {
  color:#5c2f82;
}

form {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

html {
  padding: 0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#666666;
  padding: 0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  background: #f5f9f4 url("/images/body_bg.gif") repeat-x;
}


/******************* Main Holders *******************/

#parent_container {
  width:998px;
  margin:0px auto;
  padding:0px 0px 0px 0px;
}

#header_container {
  height:147px;
  overflow:hidden;
  position:relative;
  background: url("/images/header_container_bg.jpg") top left no-repeat;
}

#footer_container  {
	background-color:#99CCFF;
  height:240px;
  overflow:hidden;
	margin:0px 0px 0px 0px;
	background: url("/images/footer_container_bg.gif") top left no-repeat;
}

#body_products #footer_container,
#body_basket #footer_container,
#body_checkout #footer_container,
#body_register #footer_container,
#body_customer #footer_container {
	background: url("/images/footer_container_bg_wide.gif") top left no-repeat;
}

#body_container {
	background: url("/images/body_container_tile.gif") top left repeat-y;
}

#body_container_end {
	background: url("/images/body_container_end.gif") bottom left no-repeat;
}

#body_container_top {
  min-height:1px;
  height:auto !important;
  height:1px;
	background: url("/images/body_container_top.gif") top left no-repeat;
	position:relative;
}

#left_column {
  width:202px;
  float:left;
  padding:0px 0px 0px 0px;
  position:relative;
}

#middle_column {
  width:796px;
  float:right;
  overflow:hidden;
}

#middle_column_wide {
  min-height:1px;
  height:auto !important;
  height:1px;
	padding:0px 0px 10px 0px;
	background: url("/images/middle_column_wide_end.gif") bottom left no-repeat;
}

.middle_column_extend {
	padding:0px 0px 169px 0px;
}

/*********** header_container *****************/


#header_container #site_logo {
  padding:16px 0px 0px 7px;
  margin:0px 0px 0px 0px;
  float:left
}

#header_container_right {
  float:right;
	width:800px;
}

/******************* #top_container_basket *******************/

#header_container #top_container_basket {
  overflow:hidden;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  background: url("/images/top_container_basket_bg.jpg") top right no-repeat;
  color:#666666;
	font-size:11px;
	height:90px;
	width:490px;
	float:right;
}

#top_container_basket_view img {
	margin:23px 0px 0px 0px;
}

#top_container_basket_totals {
	text-align:right;
}

#top_container_basket_links {
	text-align:right;
	padding:0px 10px 0px 0px;
}

#top_container_basket_items span,
#top_container_basket_totals span {
	color:#35862a;
}

#top_container_basket_links a {
	color:#5c2f82;
	font-weight:bold;
}


#top_container_basket_items div,
#top_container_basket_totals div {
	height:18px;
	padding:2px 10px 0px 2px;
	overflow:hidden;
}

/******************* #top_currency_selector *******************/

#header_container #top_currency_selector {
  height:13px;
}

#top_currency_selector ul {
  padding:0px 0px 0px 2px;
  margin:0px 0px 0px 0px;
  list-style:none;
}

#top_currency_selector li {
  padding:0px 3px 0px 0px;
  margin:0px 0px 0px 0px;
  float:left;
}

#top_currency_selector li#currency_USD {
  /*padding:0px 0px 0px 0px;*/
}


#top_currency_selector li#currency_EUR {
  padding:0px 0px 0px 0px;
}

/******************* #header_container #top_menu *******************/

#header_container #top_menu {
}

#top_menu ul {
  padding:0px 16px 0px 0px;
  margin:0px 0px 0px 0px;
  list-style:none;
}

#top_menu li {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  float:right;
	font-size:10px;
	display:block;
	height:23px;
}

.top_menu_space {
	height:23px;
	width:22px;
	background: url("/images/top_menu_space.gif") no-repeat;
}

#top_menu a {
	height:23px;
	display:block;
}

#top_menu span {
	display:none;
}

#top_menu_1 a {
	width:108px;
	background: url("/images/top_menu_1.gif") no-repeat;
}

#top_menu_2 a {
	width:125px;
	background: url("/images/top_menu_2.gif") no-repeat;
}

#top_menu_3 a {
	width:117px;
	background: url("/images/top_menu_3.gif") no-repeat;
}

#top_menu_4 a {
	width:123px;
	background: url("/images/top_menu_4.gif") no-repeat;
}

#top_menu_5 a {
	width:109px;
	background: url("/images/top_menu_5.gif") no-repeat;
}

#top_menu_6 a {
	width:72px;
	background: url("/images/top_menu_6.gif") no-repeat;
}


/******************* #header_container #top_search  *******************/

#top_search {
  padding:1px 3px 0px 5px;
	overflow:hidden;
}

#top_search #top_search_strap {
  width:100%;
}

#top_search td {
	padding:0px 1px 0px 0px;
}

#top_search label {
  display:none;
}

#top_search span {
  width:155px;
  height:19px;
  display:block;
  background: url("/images/top_search_box.gif") no-repeat;
  padding:8px 0px 0px 30px;
  margin:0px 0px 0px 0px;
	overflow:hidden;
}

#top_search #query {
  color:#a5aaaa;
  border:0px;
  width:140px;
  font-size:11px;
  padding:0px 0px 0px 0px;
  background-color:#f5f9f4 !important;
  background-color:#f5f9f4;
}

/******************* footer_secure *******************/

#footer_secure {
  float:left;
	width:201px;
	padding:12px 0px 0px 12px;
  overflow:hidden;
}

.footer_promo {
  float:left;
	width:255px;
	padding:12px 0px 0px 3px;
}

.footer_promo_first {
	padding:12px 0px 0px 22px;
}

/******************* footer_newsletter *******************/

#footer_newsletter {
  width:245px;
	height:42px;
  overflow:hidden;
  background: url("/images/footer_newsletter_bg.jpg") no-repeat;
  padding:95px 0px 0px 10px;
  margin:12px 0px 0px 0px;
  float:left;
}

#footer_newsletter div {
	background-color:#d5d5d5;
	height:27px;
	width:225px;
	overflow:hidden;
}

#footer_newsletter td {
	padding:1px 0px 1px 1px;
}

#footer_newsletter label {
  display:none;
}

#footer_newsletter span {
  width:177px;
  height:20px;
  display:block;
  background: url("/images/newsletter_box.gif") no-repeat;
  padding:6px 0px 0px 6px;
  margin:0px 0px 0px 0px;
}

#footer_newsletter span input {
  color:#a5aaaa;
  border:0px;
  width:165px;
  font-size:11px;
  padding:0px 0px 0px 5px;
  background-color:#f5f9f4 !important;
  background-color:#f5f9f4;
}

/******************* footer content *******************/

#footer_links {
	float:left;
	width:150px;
}

#footer_links ul {
  padding:16px 0px 0px 16px;
  margin:0px 0px 0px 0px;
  list-style:none;
}

#footer_links li {
  padding:0px 0px 4px 6px;
  margin:0px 0px 0px 0px;
  background: url("/images/footer_bullet.gif") 0px 6px no-repeat;
}

#footer_links a {
	color:#666666;
	text-decoration:none;
}

#footer_links a:hover {
	color:#5c2f82;
	text-decoration:none;
}

#footer_logos {
	float:left;
	padding:20px 0px 0px 0px;
}

#visualsoft {
	float:right;
}

#visualsoft p {
	padding:18px 3px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:right;
}

#visualsoft p img {
	display:inline;
	padding: 0 0 0 3px;
}

/******************* left_menu *******************/

.default_navigation ul {
	padding:11px 0px 10px 15px;
	margin: 0px 0px 0px 0px;
	list-style-type:none;
}

.default_navigation li {
	padding:0px 0px 8px 9px;
	margin:0px 0px 0px 0px;
	background: url("/images/bullet.gif") 0px 5px no-repeat;
	font-size:11px;
	line-height:13px;
}

.default_navigation li.default_catalog_navigation_categories_id_title {
  display:none;
}

.default_navigation li span.count {
  display:none;
}

.default_navigation li.default_catalog_navigation_tags_id_title {
  background: url("/images/left_menu_ailment_title.gif") top left no-repeat;
	height:36px;
	widht:172px;
	margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}

.default_navigation li.default_catalog_navigation_tags_id_title span {
  display:none;
}

/*


.left_menu li .left_menu_all {
	background: none;
}

.left_menu a {
  color:#666666;
	text-decoration:none
}


.left_menu .left_menu_sale a {
  color:#bc0000;
	text-decoration:none
}

.left_menu .left_menu_all a {
  color:#5c2f82;
	text-decoration:none
}

.left_menu a:hover,
.left_menu .left_menu_sale a:hover,
.left_menu .left_menu_all a:hover {
  color:#97c116;
	text-decoration:none
}



/*********************************/

.catalog_navigation_filters ul {
	padding:10px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	list-style-type:none;
}

.catalog_navigation_filters li {
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	font-size:16px;
  color:#97C213;
  position:relative;
}

.catalog_navigation_filters ul ul {
	padding:5px 0px 0px 0px;
	margin: 8px 0px 8px 0px;
	list-style-type:none;
  border-top:1px solid #e7e7e7;
  border-bottom:1px solid #e7e7e7;
  height: expression( this.scrollHeight > 194 ? "195px" : "auto" ); /* sets max-height for IE - doesn't validate CRASHES IE6 */
  max-height: 195px; /* sets max-height value for all standards-compliant browsers */
  overflow: auto;
  display:block;
}

.catalog_navigation_filters li li {
	padding:0px 0px 8px 0px;
	margin:0px 0px 0px 0px;
	font-size:11px;
	line-height:13px;
  color:#a3a3a3;
  position:static;
}


.catalog_navigation_filters li li span {
	background: url("/images/bullet_filter.gif") 0px 2px no-repeat;
  padding:0px 0px 0px 15px;
}

.catalog_navigation_filters .active_filter span {
	background: url("/images/bullet_filter_active.gif") 0px 2px no-repeat;
}

/*
.catalog_navigation_filters li li.filter_catalog_navigation_link_disabled {
	background: url("/images/bullet_filter_active.gif") 0px 2px no-repeat;
}
*/


.catalog_navigation_filters li li a {
  color:#666666;
  text-decoration:none;
}

.catalog_navigation_filters li li a:hover {
  color:#97C213;
  text-decoration:none;
}

.catalog_navigation_filters li li.filter_catalog_navigation_link_disabled a,
.catalog_navigation_filters li li.filter_catalog_navigation_link_disabled a:hover {
  color:#a3a3a3;
  text-decoration:none;
}

/*****************/

#ajax_filters_loading {
  background:#F5F9F4 url(/images/ajax-loader-default.gif) no-repeat 50% 15%;
  height:100%;
  opacity:0.7;
  margin-top:190px;
  position:absolute;
  top:0;
  width:800px;
  z-index:3000;
}

.navigation_clear_all {
  position:absolute;
  top:5px;
  right:3px !important;
  right:15px;
  font-size:10px;
  color:#a3a3a3;
}

.navigation_clear_all a {
  color:#a3a3a3;
  text-decoration:none;
}

.catalog_navigation_toggle_wrapper {
  display:none;
}

/************/

.default_catalog_navigation_sale_ids {
  display:none;
}

/******************* homepage_promos *******************/

#homepage_promos {
  height:405px;
  overflow:hidden;
	background: url("/images/homepage_promos_bg.gif") top left no-repeat;
	padding:12px 7px 0px 7px;
}

#homepage_promos_left {
	width:562px;
	overflow:hidden;
	float:left;
}

#homepage_promos_fade {
  height:264px;
	width:562px;
  overflow:hidden;
	margin:0px 0px 0px 0px;
}

#homepage_promos_fade img {
  position:absolute;
}

#homepage_promos_small {
	height:115px;
	width:578px;
  overflow:hidden;
	margin:14px 0px 0px 0px;
}

#homepage_promos_small img {
  padding:0px 0px 0px 0px;
  margin:0px 14px 0px 0px;
  float:left;
  display:inline;
}


#homepage_promos_tall {
	float:right;
	height:393px;
  overflow:hidden;
}

/******************* homepage_promos_additional *******************/

#homepage_promos_additional {
  height:150px;
	width:789px;
  overflow:hidden;
	background: url("/images/homepage_promos_additional_bg.gif") bottom left no-repeat;
	padding:5px 0px 6px 7px;
}

#homepage_promos_additional_small {
	height:135px;
	width:805px;
  overflow:hidden;
	margin:14px 0px 0px 0px;
}

#homepage_promos_additional_small img {
  padding:0px 0px 0px 0px;
  margin:0px 14px 0px 0px;
  float:left;
  display:inline;
}


/******************* featured_products *******************/

#featured_products_title {
  height:29px;
	width:796px;
  overflow:hidden;
	background: url("/images/featured_products_title.gif") top left no-repeat;
}

#featured_products {
  height:300px;
	width:796px;
  overflow:hidden;
	padding:0px 0px 0px 12px;
}

/******************* quick_links *******************/

#quick_links {
  height:177px;
	width:781px;
  overflow:hidden;
	background: url("/images/quick_links_bg.gif") top right no-repeat;
	position:absolute;
	bottom:6px;
	right:0px;
	padding:0px 0px 0px 15px;
}


.quick_links_list_wrapper {
	width:184px;
	float:left;
	display:inline;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	margin:53px 10px 0px 0px;
	color:#939393;
	font-size:10px;
}

.quick_links_list_wrapper_last {
	margin:53px 0px 0px 0px;
}

.quick_links_list_wrapper ul {
  padding:10px 0px 0px 2px;
  margin:0px 0px 0px 0px;
  list-style:none;
}

.quick_links_list_wrapper li {
  padding:0px 0px 8px 7px;
  margin:0px 0px 0px 0px;
	background: url("/images/quick_bullet.gif") 0px 4px no-repeat;
}


.quick_links_list_wrapper .quick_links_title {
  display:none;
}

.quick_links_list_wrapper a {
	color:#666666;
	text-decoration:none;
}

.quick_links_list_wrapper a:hover {
	color:#a5c935;
	text-decoration:none;
}

/******************* product listings *******************/

#search_results {
  min-height:1px;
	height:auto !important;
	height:1px;
	background: url("/images/search_results_bg.gif") top left no-repeat;
	padding:1px 0px 0px 12px;
}

.cms_box {
  min-height:100px;
	height:auto !important;
	height:100px;
	padding:11px 12px 50px 0px;
}

.product {
  width:189px;
  height:291px;
  margin:8px 5px 0px 0px;
  float:left;
  display:inline;
  position:relative;
  overflow:hidden;
	background: url("/images/product_bg.gif") top left no-repeat;
}

.product_last {
  margin:10px 0px 20px 0px;
}

.product_view {
	position:absolute;
	bottom:12px;
	right:12px;
}

.product ul {
  padding:5px 6px 0px 6px;
  margin:0px 0px 0px 0px;
  list-style:none;
}

.product li {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.product_image {
	position:relative;
	height:185px;
	overflow:hidden;
}

.product_sash {
  position:absolute;
  top:0px;
  left:0px;
}


li.product_title {
  line-height:15px;
  height:46px;
  overflow:hidden;
  padding:0px 5px 0px 5px;
}

.product_title a {
  color:#666666;
  text-decoration:none;
  font-size:11px;
}

.product_title a span {
  display:block;
   height:15px;
  overflow:hidden;
	text-transform:uppercase;
	font-weight:bold;
}

.product_title a:hover,
.product_title a span {
  color:#5c2f82;
  text-decoration:none;
}


.product_price_rrp {
  color:#666666;
  font-size:10px;
  padding:5px 11px 0px 11px;
}

.product_price {
  color:#5c2f82;
  font-size:26px;
  padding:0px 11px 0px 11px;
}

.product_price_sale {
  color:#b90202;
}

/******************* breadcrumb_container *******************/

#breadcrumb_container {
	background: url("/images/breadcrumb_container_bg.gif") bottom left no-repeat;
	height:36px;
}

#middle_column_wide #breadcrumb_container {
  background: url("/images/breadcrumb_container_bg_wide.gif") bottom left no-repeat;
}

#breadcrumb_container p {
  padding:7px 0px 0px 35px;
  margin:0px 0px 0px 0px;
	font-size:10px;
	color:#8cb510;
}

#breadcrumb_container a {
  color:#666666;
  text-decoration:none;
}

#breadcrumb_container a:hover {
  text-decoration:none;
  color:#8cb510;
}

/******************* select_container *******************/

#page_intro_box {
	background: url("/images/page_title_box_bg.gif") top left no-repeat;
	height:146px;
	position:relative;
	overflow:hidden;
}

#page_intro_box h1 {
  margin:0px 0px 0px 0px;
  padding:7px 200px 0px 15px;
	color:#5c2f82;
	font-size:18px;
	font-weight:normal;
	height:25px;
	overflow:hidden;
	line-height:20px;
}

#select_container {
	position:absolute;
	top:8px;
	right:15px;
	color:#ffffff;
  font-size:10px;
}

#select_container td {
	width:100%;
  text-align:right;
}

#select_container select {
  width:150px;
  font-size:10px;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 5px;
	color:#9b9b9b;
}


#page_intro_text {
	width:560px;
	float:left;
	padding:5px 0px 0px 15px;
	line-height:19px;
}

#page_intro_img {
	width:175px;
	float:right;
	margin:4px 7px 0px 0px;
}


/******************* product_paging *******************/

#product_paging_top {
	height:32px;
	background: url("/images/product_paging_top_bg.gif") top left no-repeat;
	overflow:hidden;
}

#product_paging_bottom {
	height:26px;
	overflow:hidden;
	padding:0px 9px 9px 0px;
}

#paging_options {
  padding:9px 0px 0px 9px;
  float:left;
  color:#666666;
}

.pages {
  padding:9px 9px 0px 0px;
  float:right;
  color:#666666;
}

.pages p {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

#product_paging_top span,
#product_paging_bottom span {
	color:#5c2f82;
}

#product_paging_top a,
#product_paging_bottom a {
	color:#5c2f82;
	text-decoration:none;
}


#product_paging_top a:hover,
#product_paging_bottom a:hover {
	color:#5c2f82;
	text-decoration:underline;
}

#related_products_title {
	background: url("/images/related_products_title.gif") top left no-repeat;
	height:53px;
	overflow:hidden;
}

#related_products {
	background-color:#FFFFFF;
	padding:0px 0px 0px 9px;
	margin:0px 5px 0px 5px;
}
/******************* product_page *******************/

#product_page_box {
	background: url("/images/product_page_box_bg.gif") top left no-repeat;
	padding:8px 5px 0px 5px;
}

#product_page {
	background-color:#FFFFFF;
	padding:0px 5px 11px 8px;
}

#product_left {
  padding:0px 0px 0px 0px;
  width:340px;
  float:left;
}

#product_right {
  width:628px;
  float:right;
  padding:2px 5px 0px 0px;
	position:relative;
}

#main_product_bottom {}

/******************* main_product - product_left *******************/

.product_img {
  height:334px;
  width:334px;
	background: url("/images/product_img_bg.gif") top left no-repeat;
	position:relative;
}

.product_img img{
	padding:4px 0px 0px 4px;
}

.product_img .product_sash {
	position:absolute;
	top:0px;
	left:0px;
  z-index:9999;
}

#product_thumbs ul {
  padding:6px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  list-style:none;
}

#product_thumbs li  {
  height:75px;
  width:74px;
	background: url("/images/product_thumbs_bg.gif") top left no-repeat;
	padding:4px 0px 0px 5px;
	margin:0px 5px 0px 0px;
	overflow:hidden;
	float:left;
	display:inline;
}

/******************* main_product_bottom - product_right *******************/


#product_tabs {
  height:33px;
  margin:0px 0px 0px 0px;
	background: url("/images/product_tabs_bg.gif") top right no-repeat;
	overflow:hidden;
}

#product_tabs ul {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  list-style:none;
}

#product_tabs li {
  padding:0px 0px 0px 0px;
  margin:0px 1px 0px 0px;
  float:left;
}

#product_tabs_box {
	background: url("/images/product_tabs_box_tile.gif") repeat-y;
  min-height:1px;
	height:auto !important;
	height:1px;
}

#product_tabs_end {
	background: url("/images/product_tabs_end.gif") bottom left no-repeat;
  min-height:1px;
	height:auto !important;
	height:1px;
}

#product_tabs_content {
  min-height:198px;
	height:auto !important;
	height:198px;
	padding:13px 0px 9px 15px;
	background: url("/images/product_tabs_content.gif") top left no-repeat;
}

#product_right h1 {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  font-size:16px;
  color:#ad97c0;
}

#product_right h1 span {
  color:#666666;
	text-transform:none;
	font-size:12px;
}

#product_right h1 span.spacer {
  color:#5c2f82;
}

#price_space {
	height:49px;
}

.short_desc ul {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px -1px;
  list-style:none;
}

.short_desc li {
  background: url("/images/bullet_dot.gif") 0px 9px no-repeat;
  padding:4px 0px 6px 10px;
  margin:0px 0px 0px 0px;
  line-height:14px;
  color:#727171;
	font-size:11px;
}

/*******************/

#product_purchase {
	border-bottom:1px solid #d8cde1;
	height:75px;
	overflow:hidden;
}

#stock ul {
  padding:13px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  list-style:none;
}

#stock li {
  padding:38px 0px 0px 0px;
  margin:0px 33px 0px 0px;
  color:#666666;
  background: url("/images/stock_icons.gif") 0px 0px no-repeat;
  font-size:10px;
	overflow:hidden;
	width:102px;
	float:left;
	display:inline;
	text-align:center;
}

#stock li.stock_state_positive {
  background-position: 0px -72px;
	margin:0px 34px 0px 0px;
}

#stock li.stock_delivery {
  background-position: 0px -144px;
	margin:0px 0px 0px 0px;
}


/*******************/

#product_price {
	position:absolute;
	top:74px;
	left:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#666666;
}

#product_price div {
  display:inline;
}


#product_price .price {
  color:#5c2f82;
  font-size:28px;
}

/*
#product_price_sale .price {
  color:#b90202;
  font-size:28px;
}
*/


#product_price_rrp .price,
#product_price_was .price {
  color:#666666;
  font-size:10px;
}

#product_buttons {
	position:absolute;
	bottom:100px;
	right:5px;
}

#product_buttons #addtobasket_disabled {
	margin:0px 0px 3px 0px;
}


#product_options table {
  width:100%;
}

#product_options td {
  text-align:right;
  width:100%;
}

#product_options select {
  margin:10px 15px 0px 0px;
}

/***************************************/

#further_options {
	float:left;
	width:200px;
}

#payment_methods {
	float:right;
	width:196px;
	padding:12px 0px 0px 0px;
}

#further_options ul {
  padding:12px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  list-style:none;
}

#further_options li {
  padding:0px 0px 0px 0px;
  margin:0px 0px 2px 0px;
	height:16px;
	overflow:hidden;
}

#further_options li.further_options_share {
  margin:3px 0px 0px 0px;
	height:22px;
}

/******************* cms *******************/

#cms_header {
  height:36px;
	background: url("/images/cms_header_bg.gif") bottom left no-repeat;
	overflow:hidden;
}

#cms_header h1 {
  margin:0px 0px 0px 0px;
  padding:7px 15px 0px 15px;
	color:#5c2f82;
	font-size:18px;
	font-weight:normal;
	height:25px;
	overflow:hidden;
	line-height:20px;
}


.cms_page {
  background: url("/images/cms_page_bg.jpg") top right no-repeat;
  min-height:660px;
  height:auto !important;
  height:660px;
  padding:5px 230px 10px 8px;
  line-height:19px;
	margin:0px 7px 0px 7px;
}

/******************* competitions_page *******************/

#comp_top {
  padding:0px 12px 0px 12px;
}

#competitions_left {
  float:left;
  width:390px;
  line-height:19px;
}

#competitions_right {
  height:333px;
  width:333px;
  background: url("/images/competitions_right_bg.gif") top right no-repeat;
  position:relative;
  float:right;
  overflow:hidden;
  padding:6px 0px 0px 6px;
  margin:6px 0px 0px 0px;
}

#comp_sash {
  position:absolute;
  top:6px;
  left:6px;
}

/******/

#comp_sub_header {
  height:52px;
  width:772px;
  background: url("/images/comp_sub_header.gif") top right no-repeat;
  overflow:hidden;
  margin:10px 0px 0px 0px;
}


#comp_archive {
  height:125px;
  width:750px;
  background: url("/images/competitions_archive_intro.gif") top right no-repeat;
  overflow:hidden;
  margin:10px 0px 12px 12px;
  padding:10px 10px 0px 10px;
}

#archive_title {
  padding:5px 0px 0px 10px;
  line-height:19px;
  color:#5c2f82;
  font-size:12px;
  font-weight:bold;
}

#archive_text {
  padding:5px 0px 5px 10px;
  line-height:19px;
}


#competitions_entry {
  float:left;
  width:380px;
  padding:5px 0px 10px 8px;
}

#competitions_entry td {
  padding:0px 5px 8px 5px;
}

#competitions_entry .comp_textbox {
  width:260px;
}

#competitions_entry .competitions_submit {
  margin:0px 10px 0px 0px;
}

.competitions_note {
  color:#555555;
}

#competitions_close_date span {
  color:#9ec9ea;
}

#competitions_terms {
  width:303px;
  float:right;
  padding:0px 30px 0px 0px;
  line-height:19px;
}

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

.external_text {
  padding:0px 8px 10px 8px;
  line-height:14px;
}

/******************* competitions_page *******************/

#archive_container {
  padding:0px 12px 0px 12px;
}

.archive {
  border-top:1px solid #e7e7e7;
  padding:12px 0px 12px 0px;
}

.top {
  border-top:0px solid #e7e7e7;
}

.competitions_archive_left {
  float:left;
  width:450px;
  line-height:19px;
  padding:10px 0px 20px 20px;
}

.competitions_archive_left h2 {
  padding:0px 0px 5px 0px;
}

.competitions_archive_right {
  height:244px;
  width:244px;
  background: url("/images/competitions_archive_right.gif") top right no-repeat;
  position:relative;
  float:right;
  padding:6px 0px 0px 6px;
}

.archive_sash {
  position:absolute;
  top:6px;
  left:6px;
}

.archive_closed {
  font-size:12px;
  font-weight:bold;
}

.archive_closed span {
  color:#5c2f82;
}

.archive_winner {
  font-weight:bold;
}

.archive_winner span {
  color:#96b43b;
}

.archive_title {
  font-size:12px;
  font-weight:bold;
  color:#5c2f82;
}


/*


.competitions_archive_right img {
  padding:1px 1px 1px 1px;
  border:1px solid #555555;
  margin:0px 0px 5px 0px;
}

.competitions_archive_winner span,
.competitions_archive_state {
  color:#9ec9ea;
}


/******************* basket_process *******************/

#basket_steps_wrapper  {
	background-color:#FFFFFF;
	padding:0px 10px 15px 10px;
	margin:0px 5px 0px 5px;
	min-height:300px;
	height:auto !important;
	height:300px;
}

.basket_wrapper {
  padding:0px 0px 0px 0px;
}


.basket_wrapper td {
  padding:8px 18px 8px 18px;
}

.basket_wrapper td td {
  padding:0px 0px 0px 0px;
	border-bottom:0px solid #e7e7e7;
}

.basket_row td  {
	border-bottom:1px solid #e7e7e7;
  padding:12px 18px 12px 18px;
}

.basket_row td td {
  padding:0px 3px 0px 3px;
	border-bottom:0px solid #e7e7e7;
}

.basket_header td {
  color:#666666;
  font-size:11px;
	padding:14px 18px 8px 18px;
	border-bottom:1px solid #e7e7e7;
}

.grandtotal td {
	padding:14px 18px 8px 18px;
}

.grandtotal td.grandtotal_border {
	border-top:1px solid #e7e7e7;
	color:#5c2f82;
	font-size:14px;
	font-weight:bold;
}


.basket_wrapper .price,
.grandtotal td.grandtotal_border .price {
  font-weight:bold;
	color:#666666;
}

.basket_image img {
	border:1px solid #e7e7e7;
}

.basket_wrapper .delivery select {
	width:180px;
}

/*********************/

#basket_table_buttons {
	width:100%;
}


#basket_table_buttons td {
  padding:1px 0px 0px 0px;
	border-top:1px solid #e7e7e7;
}

#basket_table_buttons #payment_methods td {
	border-top:0px solid #e7e7e7;
}

.continue_shopping_td,
.basket_phone_td {
	width:100%;
}

#basket_table_buttons td.basket_phone_td {
	border-top:0px solid #e7e7e7;
}


#basket_table_buttons td#paypal_icon,
#basket_table_buttons td#payment_or {
	padding:7px 0px 0px 0px;
	border-top:0px solid #e7e7e7;
}


#basket_table_buttons td#checkout_icon {
	padding:0px 16px 0px 0px;
	border-top:0px solid #e7e7e7;
}

.continue_shopping {
  padding:5px 0px 5px 0px;
  margin:0px 0px 0px 0px;
  list-style:none;
}

.continue_shopping_title {
  display:none;
}

.continue_shopping li {
  padding:0px 0px 5px 5px;
  margin:0px 0px 0px 0px;
  list-style:none;
}

.continue_shopping a span {
  color:#5c2f82;
}

.continue_shopping a {
  color:#5c2f82;
}

.continue_shopping a:hover,
.continue_shopping a:hover span {
  color:#5c2f82;
  text-decoration:underline;
}

/************/

#basket_steps_wrapper_login  {
	background-color:#FFFFFF;
	padding:1px 0px 15px 6px;
	margin:0px 5px 0px 5px;
	min-height:300px;
	height:auto !important;
	height:300px;
}

.login_box_small {
  background: url("/images/login_box_small_bg.gif") bottom right no-repeat;
  width:324px;
  height:297px;
  float:left;
  display:inline;
  margin:0px 2px 0px 0px;
  padding:0px 0px 0px 0px;
  position:relative;
  overflow:hidden;
}

.login_box_small .button {
  position:absolute;
  bottom:59px;
  left:68px;
}

.login_intro {
  padding:8px 15px 0px 15px;
  margin:0px 0px 0px 0px;
  font-size:11px;
  color:#666666;
  font-weight:bold;
  height:34px;
}
.error {
  color:#ff0000;
}

.login_box_small ul {
  padding:0px 0px 0px 16px;
  margin:0px 0px 0px 0px;
  list-style:none;
}

.login_box_small li {
  padding:0px 0px 0px 32px;
  margin:0px 0px 5px 0px;
  list-style:none;
  background: url("/images/account_options.gif") 0px 0px no-repeat;
  font-size:20px;
  color:#666666;
  height:30px;
  overflow:hidden;
}


.login_form td {
  padding:0px 0px 5px 15px;
}

.login_box_small .textbox {
  width:260px;
}

/***********************/


#register_page {
  padding:0px 0px 0px 0px;
}

#register_page td {
  padding:5px 18px 0px 0px;
}

#register_page .textbox {
  width:250px;
}

#register_page #postcode,
#register_page #delivery_postcode {
  width:100px;
}

/*********************/


#basket_steps_wrapper_checkout {
	background-color:#FFFFFF;
	padding:1px 0px 15px 6px;
	margin:0px 5px 0px 5px;
	min-height:300px;
	height:auto !important;
	height:300px;
}

#checkout_boxes {
  background: url("/images/checkout_boxes_bg.gif") top left repeat-y;
}

#checkout_boxes_end {
  background: url("/images/checkout_boxes_end.gif") bottom left no-repeat;
  min-height:1px;
  height:auto !important;
  height:1px;
}

.checkout_box {
  width:489px;
  overflow:hidden;
  float:left;
  display:inline;
  margin:0px 2px 0px 0px;
}

.payment_box {
  width:487px;
}

.checkout_box_content {
  padding:15px 17px 15px 17px;
}

.checkout_box_content td {
  padding:0px 0px 5px 0px;
}

#payment td {
  padding:0px 0px 8px 0px;
}

#basket_table td {
  padding:8px 18px 8px 18px;
}

.checkout_box_content .checkout_label {
  font-weight:bold;
  padding:0px 0px 10px 0px;
}

/***********/

#order_confirmation {
  line-height:19px;
}

.confirmation_address {
  padding:0px 50px 0px 0px;
  line-height:19px;
}

.confirmation_address span {
  padding:0px 50px 0px 0px;
  font-weight:bold;
}


/***********************/

#testimonials {
  padding:0px 12px 12px 12px;
}

.testimonials_intro {
  line-height:19px;
  padding:0px 10px 0px 10px;
}

.testimonials {
  background: url("/images/testimonials-tile.gif") top left repeat-y;
  min-height:1px;
  height:auto !important;
  height:1px;
}

.testimonials_end {
  background: url("/images/testimonials-top.gif") top left no-repeat;
  min-height:1px;
  height:auto !important;
  height:1px;
}

.testimonials_content {
  background: url("/images/testimonials-end.gif") bottom left no-repeat;
  min-height:1px;
  height:auto !important;
  height:1px;
  padding:30px 40px 30px 40px;
}

.testimonials_header {
  color:#5c2f82;
  font-weight:bold;
  font-size:12px;
}

.testimonials_text {
  line-height:19px;
  padding:5px 0px 5px 0px;
}

.testimonials_customer {
  color:#575757;
}

#visualsoft a {
	color: #666666;
}div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;

}

.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.6;
		opacity: 0.6;
		filter: alpha(opacity = 60);
		z-index:10;
		border-color:#c4c4c4;
		border-style: solid;
    cursor: hand;
    cursor: pointer;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
   text-decoration: none;
	border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
	text-align:center;
   /*background-image: url(../images/zoomloader.gif);*/
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
}
table.jCalendar {
	background: #fff;
  border-collapse: separate;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
  background: #985992;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	padding: 3px 0;
	margin: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

#multimonth
{
  overflow: auto;
  float: left;
  margin: 0px 0px 5px 0px;
}
.dp-applied
{
  float: left;
}

.dp-popup-inline
{
  height: 160px;
}

