* {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-decoration:none;
	outline:none;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url(../images/backgrounds/title_bg.jpg);
	background-repeat:repeat-x;
	background-color:#f1f1f1;
	font-size:14px;
}

h1 {
	font-weight:bold;
	font-size:28px;
	color: #781c33;
	padding-bottom:15px;
}

h1 span {
	color: #595959;
}

h1 small {
	color: #595959;
	font-size:17px;
}

h2 {
	font-size:17px;
	color: #595959;
}

h2 a {
	color: #781c33;
}

h3 {
	font-size:15px;
	color: #781c33;
	padding-bottom:32px;
}

h3 a {
	color: #595959;
}

h3 a:hover {
	color: #781c33;
}

h4 {
	font-size:17px;
	padding-bottom:14px;
	color:#FFF;
}

h5 {
	font-weight:bold;
	font-size:18px;
	color: #781c33;
	padding-bottom:15px;
}
a 
{
	color: #781c33;
	font-size:inherit;
}
a:hover
{
    color:#333;
}
p {
	font-size:12px;
	color: #595959;
}
#content .text ul,
#content .text ol {
	font-size:12px;
	color: #595959;
	margin-left:20px;
	margin-bottom:15px;
}
#content .text p {
	margin-bottom:15px;
}

strong {
	font-weight:bold;
}

.button {
}

.wrapper {
	width:100%;
	overflow:hidden;
}

.holder {
	width:960px;
	margin:auto;
	overflow:hidden;
}
.overflowauto 
{
    overflow:visible;
}
.clear 
{
    clear:left;
}

table.browseupdate 
{
    background-image:url(../images/backgrounds/browseupdate.png);
    position:absolute;
    width:960px;
    z-index:99;
    /* margin-top:30px;
       margin-left:185px; */
    padding-top:100px;
    height:2000px;
}

table.browseupdate td
{
    text-align:center;
    vertical-align:top;
}

#title_bar {
	height:85px;
	padding-top:15px;
	border-bottom:1px #dadada solid;
}

#title_bar .t_left {
	float:left;
}

#title_bar .t_right {
	float:right;
	font-size:15px;
	font-weight:bold;
	color:#404040;
	background-image:url(../images/backgrounds/basket_bg.png);
	background-repeat:no-repeat;
	background-position:0px 30px;
	padding-left:55px;
	margin-top:0px;
	margin-right:60px;
	padding-top:5px;
	padding-bottom:10px;
	width:130px;
}

#title_bar .t_right a {
	color:#8d0038;
}
#titlemenu
{	
	height:37px;
	padding-top:5px;
	border-top:1px #fff solid;
}
#cartbasket 
{
    float:right;
    clear:right;
    margin-top:25px;
}
#search 
{
    float:right;
    clear:right;
    background-image:url(../images/backgrounds/search_bg.png);
    background-repeat:no-repeat;
    width:250px;
    height:19px;
    padding:2px 0px 3px 5px;
    margin-top:7px;
    overflow:hidden;
}

#search input.field
{
    border:none;
    background:transparent;
    width:220px;
    font-style:italic;
    color:#666;
    font-family:Verdana;
    text-transform:capitalize;
}

#search input.button
{
    width:12px;
    height:12px;
    border:none;
    padding-top:4px;
    padding-left:7px;
}

#breadcrumb 
{
    margin-bottom:25px;
}

#breadcrumb .bc_left
{
    float:left;
}

#breadcrumb .bc_right
{
    float:right;
}

#homecontent {
	border-top:1px #ccc solid;
	padding:25px 0px;
	background-color:#FFF;
	overflow:hidden;
}

#content {
	border-top:1px #ccc solid;
	padding:25px 0px;
	background-color:#FFF;
	overflow:hidden;
}

#content .search_row {
	padding:12px;
	color:#595959;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	display:block;
}
#content .search_row span.input 
{
    margin-right:20px;
    display:block;
    float:left;
}

#content .search_bg {
	background-color:#f0f0f0;
	border-bottom:1px #ccc solid;
	margin-bottom:5px;
}

#content .s_filter 
{
    display:block;
}

#content .s_pages {
    display:block;
}
#content .s_filter a.smallbutton span,
#content .s_pages a.smallbutton span
{
    padding: 5px 5px 5px 10px;
}
#content .product_row {
	width:100%;
	display:block;
	overflow:hidden;
}

#content .product_grid {
	width:206px;
	height:250px;
	padding:10px 12px 8px 10px;
	margin:5px;
	float:left;
	border:1px #d9d9d9 solid;
	background-image:url(../images/backgrounds/product_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#content .product_grid .p_image {
	width:204px;
	height:140px;
	margin-bottom:12px;
	text-align:center;
}

#content .product_grid .p_image img {
	height:138px;
	border:#afafaf 1px solid;
}

#content .product_grid .p_title {
	color:#595959;
	font-size:16px;
	font-size:16px;
}

#content .product_grid .p_title small {
	font-size:12px;
}

#content .product_grid .p_info 
{
    margin-bottom:10px;
}

#content .product_grid .p_info .p_price {
	color: #781c33;
	font-size:17px;
	font-weight:bold;
	padding-top:2px;
	float:left;
    clear:left;
}

#content .product_grid .p_info .p_price small {
	font-size:12px;
	font-style:italic;
	color:#595959;
}

#content .product_grid .p_buy 
{
    position:absolute;
    margin-top:225px;
    margin-left:125px;
}

#content .product_grid .p_info .p_buy a.smallbutton span
{
    padding: 5px 5px 5px 10px;
}

#content .product_line {
	width:908px;
	height:150px;
	padding:15px 20px 15px 20px;
	margin:5px;
	float:left;
	border:1px #d9d9d9 solid;
	background-image:url(../images/backgrounds/product_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#content .product_line .p_image {
	width:204px;
	height:150px;
	text-align:center;
	float:left;
	margin-right:30px;
}

#content .product_line .p_image img {
	height:148px;
	border:#afafaf 1px solid;
}

#content .product_line .p_title {
	color: #781c33;
	font-size:25px;
	padding-bottom:20px;
	font-weight:bold;
	width:480px;
	float:left;
}

#content .product_line .p_title small {
	font-size:15px;
	color:#595959;
}

#content .product_line .p_info {
	float:right;
}

#content .product_line .p_info .p_price {
	color: #781c33;
	font-size:25px;
	font-weight:bold;
	text-align:right;
	padding-top:2px;
}

#content .product_line .p_info .p_price small {
	font-size:15px;
	font-style:italic;
	color:#595959;
}

#content .product_line .p_buy {
	text-align:right;
	position:absolute;
	margin-left:830px;
	margin-top:125px;
}

#content .product_item {
	width:950px;
	overflow:hidden;
	margin:5px;
}

#content .product_item input {
	width:30px;
	height:20px;
	text-align:center;
	border:#afafaf 1px solid;
	padding:5px 3px 3px 3px;
	margin-left:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#333;
	background-image:url(../images/backgrounds/form_bg.jpg);
	background-position:bottom;
}

#content .product_item h1 span {
	color: #781c33;
	font-weight: bold;
}

#content .product_item h1 small span {
	color: #595959;
	font-weight: normal;
}

#content .product_item p {
	font-size:14px;
}

#content .product_item .p_image {
	width:465px;
	height:310px;
	text-align:center;
	float:left;
}

#content .product_item .p_image a
{
    margin-bottom:25px;
}

#content .product_item .p_detail {
	width:475px;
	overflow:hidden;
	float:right;
}

#content .product_item .p_image img {
	height:308px;
	border:#afafaf 1px solid;
}

#content .product_item .p_price {
	color: #781c33;
	font-size:25px;
	font-weight:bold;
	padding:20px 0px;
}

#content .product_item .p_price small {
	font-size:15px;
	font-style:italic;
	color:#595959;
}

#content #checkout {
	width:100%;
	overflow:hidden;
}

#content #checkout .steps {
	width:923px;
	border:1px solid #d9d9d9;
	margin-bottom:30px;
	overflow:hidden;
	padding:8px 15px;
	background-image:url(../images/backgrounds/product_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#content #checkout .steps a.step {
	width:139px;
	float:left;
	height:40px;
	display:block;
	font-size:16px;
	color:#595959;
	margin-right:28px;
	padding-left:22px;
	padding-top:8px;
	line-height:1;
	background-image:url(../images/backgrounds/step_bg.png);
	background-position:0px 0px;
}

#content #checkout .steps a.step:hover {
	background-position:0px -48px;
}

#content #checkout .steps a.step.set {
	background-position:0px -48px;
}

#content #checkout .steps a.last {
	margin-right:0px;
}

#content #checkout .steps a.step span {
	font-size:18px;
	color:#781c33;
}

#content #basket {
	width:873px;
	border:1px solid #d9d9d9;
	margin-bottom:30px;
	overflow:hidden;
	padding:8px 40px;
	background-image:url(../images/backgrounds/product_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#content #basket table {
}

#content #basket table tr {
	border-bottom:1px #cbcbcb solid;
}

#content #basket table th {
	padding:16px 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#781c33;
}

#content #basket table td {
	padding:13px 0px;
	vertical-align:top;
}
#content #basket table td span
{
    font-size:inherit;
    color:inherit;
    font-weight:inherit;
}

#content #basket table td img {
	width:100px;
	height:100px;
	border:#afafaf 1px solid;
}

#content #basket table td input {
	width:30px;
	height:20px;
	text-align:center;
	border:#afafaf 1px solid;
	padding:5px 3px 3px 3px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#333;
	background-image:url(../images/backgrounds/form_bg.jpg);
	background-position:bottom;
}

#content #basket table td.last input {
	width:150px;
	margin-right:20px;
}

#content #basket table td p {
	padding-bottom:15px;
	font-size:13px;
}

#content #basket table td p span {
	font-style:italic;
}

#content #basket table td.last {
}

#content #basket table td.last span 
{
    margin-top:0px;
}

#content #basket table td.last a {
	color:#333;
}

#content #basket table td.subtotal {
	background-color:#d9d9d9;
	text-align:center;
	color: #781c33;
	font-weight:bold;
}

#content #basket table td.total {
	background-color:#d9d9d9;
	text-align:center;
	font-weight:bold;
}

#content .form {
	width:902px;
	border:1px solid #d9d9d9;
	margin-bottom:30px;
	overflow:hidden;
	padding:8px 25px;
	background-image:url(../images/backgrounds/product_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#content .form .f_col {
	float:left;
	width:425px;
	padding:15px 0px 15px 25px;
	border-right:1px #ccc solid;
}
#content .form .f_last {
	border-right:0px;
}
#content .form .f_title {
	font-size:15px;
	color: #781c33;
	padding-bottom:20px;
}
#content .form .f_left 
{
	width:125px;
	padding:5px 0px 5px 20px;
	float:left;
	margin-bottom:10px;
}
#content .form .f_middle 
{
	width:175px;
	padding:5px;
	float:left;
} 
#content .form .f_right
{
	float:left;
	color:#781c33;
	width:50px;
	padding-top:2px;
	position:absolute;
	font-size:30px;
} 
#content .form .r_postcode 
{
    display:inline-block;
	padding-top:3px;
    float:left;
    width:auto;
}
#content .form .f_button {
	width:850px;
	text-align:right;
	border:0px;
}

#content .form .f_row {
	width:100%;
	float:left;
	clear:left;
}
#content .form .f_row input,
#content .form .f_row select {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#333;
	background-image:url(../images/backgrounds/form_bg.jpg);
	background-position:bottom;
	border:#afafaf 1px solid;
	padding:5px 3px 3px 3px;
	margin-right:10px;
}
#content .form .f_row input.placeorder{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#333;
	background-image:none;
	background-position:bottom;
	border:0px;
	padding:0px;
	margin-left:10px;
}

#content .form .f_row select.lookup 
{
    width:200px;
}

#content .form .f_row .red {
	color:#781c33;
	font-weight:bold;
	padding:5px;
	font-size:14px;
}

#content .form .f_row .f_item {
	width:200px;
	padding:5px;
	display:inline-block;
}

#footer {
	border-top:1px #dbdbdb solid;
	background-color:#a6a6a6;
	padding:22px 0px;
}

#footer .col {
	width:210px;
	height:165px;
	padding:5px 0px 5px 30px;
	float:left;
	border-left:1px #b8b8b8 solid;
	border-right:1px #959595 solid;
}

#footer .first {
	border-left:none;
	padding-left:0px;
}

#footer .last {
	border-right:none;
	padding-right:0px;
}

#footer .col ul {
	list-style:none;
}

#footer .col ul li {
	padding-bottom:3px;
	color:#781c33;
}

#footer a, #footer span {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
#content .p_strike 
{
    text-decoration:line-through;
    color:#000;
}


.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 9px 0px!important;
	padding : 0px 5px;
	background-color : #fff;
	border : 1px solid buttonshadow;
	cursor : 'default';
	overflow : auto;
	font-size:12px;
	font-style:italic;
	color:#666;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #FFF6CC;
	color: #333;
	padding: 1px;
}

/* AutoComplete item */
.autocomplete_listItem {background-color : window; color : windowtext; padding : 1px;}
