/* *********************SHOP SHOP SHOP *******************************************/


/* category list - horizontal  */
#top_categories{
margin-left:10px;
position:relative; 
background-color:#000000; 
z-index:2;
}
#top_categories a{
margin-right:20px;
text-decoration:none;
font-size:22px;
color:#ffffff;
}
#top_categories a:hover{
color:#990000;
}

#top_categories .top_cat_selected{
color:#990000;
}

#sub_categories{
margin-left:10px;
visibility:hidden;
position:relative; 
z-index:1;
text-decoration:none;
}
#sub_categories a{
margin-right:10px;
font-size:12px;
text-decoration:none;
color:#ffffff;
}
#sub_categories a:hover{
color:#990000;
}
#sub_categories .sub_cat_selected{
color:#990000;
}
/* end category list - horizontal  */



/* category list - vertical  */
#top_categories_side{
float:left;
padding-top:0px;
padding-bottom:0px;
padding-left:10px;
position:relative; 
background-color:#000000; 
z-index:2;
}
#top_categories_side a{
margin-right:20px;
padding-left:5px;
padding-right:5px;
padding-top:2px;
padding-bottom:2px;
text-decoration:none;
color:#FFFFFF;
font-size:12px;
}
#top_categories_side a:hover{
background-color:#666666;
}

#top_categories_side .top_cat_selected{
background-color:#666666;
}

#top_categories_side .sub_categories_side{
margin-left:20px;
z-index:1;
text-decoration:none;
color:#cccccc;
}
#top_categories_side .sub_categories_side a{
font-size:10px;
text-decoration:none;
color:#cccccc;
}
#top_categories_side .sub_categories_side a:hover{
background-color:#666666;
color:#ffffff;
}
#top_categories_side .sub_categories_side a.sub_cat_selected{
color:#ffffff;
font-weight:bold;
}

/* end category list - vertical  */


.shop_pages{
margin-bottom:30px;
padding:10px;
}

.shop_item_list{
position:relative;
margin-right:14px;
margin-left:14px;
margin-bottom:30px;
float:left;
width:230px;
height:150px;
overflow:auto;
}
.shop_item_list img{
border:1px solid #333333;

float:left;
margin-right:10px;
}
.more_details{
}
.more_details a{
}

.more_details:hover {
}


.shop_item_list_no_details{
position:relative;
margin-right:20px;
margin-bottom:20px;
float:left;
width:400px;
border:1px solid #cccccc;
height:150px;
overflow:auto;
}
.shop_item_list_no_details .img_div{
float:left;
}

.shop_item_list_no_details .img_div img{
border-left:0px none #cccccc;
border-top:0px none #cccccc;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

.shop_item_list_no_details .dets{
margin-left:10px;
width:150px;
float:left;
}
.shop_item_list_no_details .no_dets_form{
margin:5px;
position:absolute;
bottom:0px;
right:0px;
}


.postage_details{
color:#666666;
font-size:10px;
border:1px solid #000000;
margin-bottom:30px;
clear:both;
}

#related_items{
margin-bottom:20px;
clear:both;
}

/* basket and checkout */
.show_order{
float:left;
width:100px;
background-color:#333333;
margin-bottom:30px;
}
.show_order input{
font-size:10px;
}
.heading{
font-weight:bold;
}
.show_order td{
padding:3px;
}

.white_row td{
background-color:#666666;
}
.gift_voucher_form{
border:1px solid #cccccc;
background-color:#FFFFFF;
}
.promotional_code_form{
border:1px solid #cccccc;
background-color:#FFFFFF;
}
a.continue_shopping{
font-weight:bold;
text-decoration:none;
}

a.continue_shopping:hover{
color:#666666;
}

.white_row .update_links a{
text-decoration:none;
}

#checkout_customer_details{
margin-left:20px;
margin-top:0px;
margin-bottom:20px;
float:left;
}

.red_small{
color:#FF0000;
font-size:9px;
font-weight:bold;
}

#thanks_details{
clear:both;
}

/* end basket and checkout */

.top_cat_image{
border:0px none #000000;
margin-right:10px;
}

/* *********************END   SHOP  *******************************************/

