﻿/*-------------------------------------------------------------------------------Styles to get rid of browser differences*/

a{ 
	text-decoration:none !important;
	font-family:Arial, Helvetica, sans-serif; 
	color:#333333;
}
p a{
	text-decoration:none;
	color:#333333;
}
ul,ol { 
	list-style:none;
}
h1,h2,h3,h4,h5,h6,pre,code { 	
	font-size:1em; 
	font-family:Arial, Helvetica, sans-serif;
}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,html,p,blockquote,fieldset,input{ 	
	margin:0px; 
	padding:0px;
}
a img,:link img,:visited img { 
	border:none;
}
p, label, ul, li{
	font-size:11px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
}
td,th,caption{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.dotted_line{
	border-bottom:1px #8A6791 dotted;
}

th,caption{
	color:#8a6791;
	font-weight: bold;
}

/*-----------------------------------------------------------------------------------The Background*/

html{
	background-color: #F0F0F0;
}

body{
	background-color: #F0F0F0;
	margin: 0;
}

#wrapper{
	width: 950px;
	margin-left:auto;
	margin-right:auto;	
	padding: 5px
}

#wrapper, #header{
	background-color: #ffffff;
}

/*-----------------------------------------------------------------------------------Shadows*/

.shadowCommon{
	width:992px;
}
#shadowBottom{
	background-image: url('/images/shadowBottom.png');
	background-position: left bottom;
	background-repeat: repeat-x;
	margin: 0 auto;
}
#shadowLeft{
	background-image: url('/images/shadowLeft.png');
	background-position: left top;
	background-repeat: repeat-y;	
}
#shadowRight{
	background-image: url('/images/shadowRight.png');
	background-position: right top;
	background-repeat: repeat-y;		
}
#shadowCornerLeft{
	background-image: url('/images/shadowCornerLeft.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}
#shadowCornerRight{
	padding-bottom: 16px;
	background-image: url('/images/shadowCornerRight.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

/*-----------------------------------------------------------------------------------The TopNav*/

#topnav-links{
	float:right;
	width:50%;
	text-align:right;
}
#top-ul{
	float:right;
}
.top-links{
	float:left;
	margin-left:5px;
	padding-left:5px;
}
.top-links a{
	font-size:12px;
	font-weight:bold;
}
.topnav-logo{
	float:left;
}


#topnav-delivery{
    float:left;
    margin-left: 50px;
    margin-top: -10px;
    }
    
#topnav-basket{
	float:right;
	padding-top:15px;
    position:relative;
	width:292px;
}
#topnav-basketbody{
	background-color:#E4E4E4;
	width:292px;
	height:30px;
	padding-top:10px;
	border-bottom:1px #BEBEBE solid;
	text-align:center;
	float:left;
}
#topnav-nav{
	float:left;
	width:935px;
	border-bottom:2px #8A6790 solid;
	padding-left:15px;
}
#topnav-nav img{
	padding:0px;
	margin:0px;
	display:block;
	float:left;
}
#topnav-search{
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	width:100%;
}
#topnav-letters{
	float:left;
}
#topnav-letters li{
	float:left;
	font-size:12px;
	margin:2px;
	padding:0px 5px 0px 1px;
	border-right:1px #000000 solid;
}
#topnav-letters a:hover{
	color:#8a6791
}
#mini-basket{
	position:absolute;
	width:292px;
	background-color:#E4E4E4;
	top:74px;
	left:0px
}
#mini-basket-bottom{
	float:left;
	background-color:#8a6791;
	width:292px;
}
#mini-basket-item{
	background-color:#E4E4E4;
	width:275px;
	border-bottom:1px #BEBEBE solid;
}
.TopNavButtonLink {
    float:left;
    display:block;
}     
/*------------------------------------------------------------------------------The LeftNav*/

#leftnav{
	float:left;
	width:200px;
	margin-right:5px;
}
#leftnav-search{
	float:left;
	width:200px;
	background-color:#C8D2F5;
	text-align:center;
	padding-top:5px;
}
#leftnav-departments{
	width:200px;
	float:left;
}
#leftnav-departments p.dept{
	text-align:right;
	padding:8px 0px 8px 0px;
	font-size:15px;
	font-weight:bold;
	color:#8a6791
}
#leftnav-categories li{
	background-color:#8A6790;
	font-size:12px;
	margin-bottom:2px;
	height:20px;
}
#leftnav-categories li a{
	display: block;
}
#leftnav-categories li a:link, #leftnav-categories li a:visited{
	color:#FFFFFF;
	font-weight:bold;
	height:20px;
	padding-left:3px;
	text-transform:uppercase;
}
#leftnav-categories li a:hover, #leftnav-categories li a:active{
	background-color:#8096eb;
	display:block;
}
#recentlyviewed{
	float:left;
	background-color:#E4E4E4;
	padding-left:3px;
}
#recentlyviewed a{
	font-size:12px;
}
#recentlyviewed a:hover{
	color:#8a6791
}
#recentlyviewed ul{
	width: 197px;
}
#recentlyviewed li{
	padding:2px 0px 2px 0px;
	border-bottom:1px #333333 dotted;
}

/*------------------------------------------------------------------------The RightNav*/

#rightnav{
	float:right;
	width:160px;
}
#subscription-box{
    background-image:url('/images/SignUpGraphics.jpg');
    background-position:left top;
    background-repeat:no-repeat;
    width:158px;
    border-bottom: 2px #8A6791 solid;
    padding:90px 2px 8px 2px;
    float:right;
}
    #subscription-box .SignUpInput {
        width:116px;
        border:1px #333333 solid;
        font-size:11px;
        padding:2px;
    }
    
div#Social {
    background-image:url('/images/FollowUs.jpg');
    background-position:left top;
    background-repeat:no-repeat;
    width:158px;
    border-bottom: 2px #8A6791 solid;
    padding:30px 2px 8px 2px;   
    margin: 5px 0px 5px 0px; 
    float:right;
}
    div#Social a {
        float:left;
    }
#rightnav-topsellers{
	float:right;
	width:160px;
	margin-top:10px;
	text-align:center
}
#rightnav-topsellers p{
	text-align:center;	
	font-size:12px;
}
#rightnav-topsellers td{
	text-align:center;
}
.Completion {
    float:left;
    width:99%;
}
    .Completion p {
        font-size:16px !important;
        padding:2px;
        text-align:right;
        color:#039bdc        
    }
/*---------------------------------------------------------------------The Footer*/

#footer{
	width:950px;
	color:#222222 !important;
	border-bottom:1px #8a6791 dotted;
	margin: 0 auto;
}

    #footer span {
        font-size:22px;
        color: #8a6791;
        font-weight: bold;
        padding: 2px 0px 4px 0px;
    }
    
    #footer td p {
        font-size:11px !important;
        float: left;
        margin: 2px 0px 4px 0px;
    }
    
#footer-header{
	background-color:#8a6791;
	padding:3px 0px 3px 0px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:15px;
}
#footer-header td{
	font-size:15px;
}
.footer-sideborder{
	border-right:1px #8a6791 dotted;
}
#footer a{
	color:#8a6791;
}
#footer-logos{
	text-align:center;
	padding-top:10px;
}
.BlueLink {
    color:#0096E2 !important;
}

/*-----------------------------------------------------------------------The Center*/

div#container_master {
	float: left;
	width:580px;
	margin: 0px !important;
	padding: 0px !important;
}

div#container{
	clear: both;
	width:580px;
	margin: 0px !important;
	padding: 0px !important;
	background-image:url('/images/CentreContent_Middle.gif');
	background-repeat:repeat-y;
}

div#container404 {
	float: left;
	width:580px;
	margin: 0px !important;
	padding: 0px !important;
	background-image:url('/images/CentreContent_Middle.gif');
}


div#containertop{
	clear: both;
	height: 9px;
	margin: 0px !important;
	padding: 0px !important;
	background-image:url('/images/CentreContent_Top.gif');
	background-repeat: no-repeat !important;
}
div#containerbottom{
	height: 9px;
	clear: both;
	background-image:url('/images/CentreContent_Bottom.gif');
	background-repeat: no-repeat !important;
}

div#container_master2 {
	float: left;
	width:780px;
	margin: 0px !important;
	padding: 0px !important;
}

div#container2{
	clear: both;
	width:780px;
	margin: 0px !important;
	padding: 0px !important;
	background-repeat:repeat-y;
	overflow:hidden;
}
div#container2top{
	clear: both;
	margin: 0px !important;
	padding: 0px !important;
	background-image:url('/images/CentreContent_Top2.gif');
	background-repeat: no-repeat !important;
}
div#container2bottom{
	clear: both;
	margin: 0px !important;
	padding: 0px !important;
	background-image:url('/images/CentreContent_Bottom2.gif');
	background-repeat: no-repeat !important;
}
div#center-content{
	margin: 0px !important;
	padding: 0px 10px 0px 10px;
}
.center-content{
	margin: 0px !important;
	padding: 0px 10px 0px 10px;
}

/*-----------------------------------------------------------------------The ProductList*/
#crumb{
	width:560px;
	font-size:9px;
} 
#crumb li{
	list-style:none;
	display: inline;
}
#crumb a{
	color:#8a6791;
	font-size:12px;
}
#productlist h1{
    background-color: #8A6791;
	font-size:15px;
	color:#FFFFFF;
	width:520px;
	margin:5px 0px 5px 0px;
	padding:5px;
}
.Category_Desc {
    margin:20px 20px 10px 0px;
    float:left;
}
    .Category_Desc p {
        float:left;
        font-size:12px !important;
        margin:4px 0px 4px 0px;   
        color:#333333;
        width:100%;
    }
.category-list{
	width:112px;
	text-align:center;
	float:left;
	margin:3px;
}
.catname{
	background-color:#8a6791;
	font-size:12px;
	font-weight:bold;
	height:30px;
	padding:0px 2px 0px 2px;
}
.catname a{
	color:#FFFFFF;
}
.catimage{
	background-color:#8a6791;
}
#category-list2{
	width:130px;
	text-align:center;
	float:left;
	margin:1px;
}
.catname2{
	background-color:#8a6791;
	font-size:12px;
	font-weight:bold;
	width:130px;
	height:30px;
	padding:0px 2px 0px 2px !important;
}
.catname2 a{
	color:#FFFFFF;
}
.catimage2{
	padding: 0px !important;
	margin: 0px !important;
	background-color:#8a6791;
	height: 130px !important;
}

.catprice2{
	border:2px #8a6791 solid;
	background-color:#000000;
	font-size:12px;
	font-weight:bold;
	width:135px;
	height:20px;
	color:#FFFFFF;
}
.BrandLink{
	font-size:14px;
	text-align:right !important;
	color:#8a6791;
	margin:0px 5px 0px 0px;
	padding:10px 0px 0px 0px;
	float:right;
	font-weight:bold;
}
	.BrandLink span{
		color:#109cce;
	}

/*------------------------------------------------------------------------------Product Detail Page*/

#productdetail{
	float:left;
	border-top:1px #8a6791 dotted; 
	width:560px;
	padding-top:10px;
	margin-top:10px;
	margin-left:0px;
}
#product-left{
	float:left;
	width:200px;
	text-align:right;
}
#product-right{
	float:left;
	width:340px;
	padding:0px 10px 0px 10px;
	font-size:12px;
}
	#product-right h1{
		font-size:16px;
		color:#8a6791
	}
	#product-right h2{
		color:#333333;
		padding-top:5px;
		font-size:11px;
	}
	#product-right h3{
		color:#8a6791;
		padding-top:5px;
		font-size:14px;
	}
	#product-right h3{
		color:#8a6791;
		padding-top:5px;
		font-size:14px;
	}
	#product-right p {
		color:#333333;
		padding:0px 0px 0px 0px;
		margin:5px 0px 5px 0px;		
	}
#product-buy-grid{
	float:left;
	width:560px;
}
#buy-grid-header{
	color:#FFFFFF;
	background-color:#8a6791
}

#recommendedproducts{
	clear:both;
	padding-left:0px;
	margin:50px 0px 0px 0px;
}
	#recommendedproducts h3 {
		font-size:16px;
		color:#8a6790;	
		margin:10px 0px 10px 0px;	
	}
	#recommendedproducts p {
		font-size:11px;
		color:#333333;
	}
	#recommendedproducts a {
		font-size:11px;
		color:#333333;	
	}

.product_recommend{
	width:360px;
	border:1px #cccccc solid;
	margin:2px;
	padding:4px;
	float:left;
	
}
.product_recommend img{
	border:none;
	float:left;
	margin:0px 10px 0px 0px;
}
.product_recommend strong {
	font-size:12px;
	color:#333333;
}
.product_interested_image{
	margin-bottom:4px;
	overflow: hidden;
}

.product_title{
	margin-top:5px;
	height:30px;
	color:#333333;
}


.product_background{
	background-color:#e4e4e4;
}

.linked_product_background{
	background-color:#e4e4e4;
}

.center{
	text-align: center;
}
.right{
	text-align: right;
}

.Description{
	width:270px;
}

.Size{
	width:60px;
	text-align:left;
	
}

.Price{
	width:60px;
	text-align:left;
}

.Qty{
	width:60px;
	text-align:center;
}

.additional-img{
    width: 50px;
    float: left;
    margin-top: 3px;
    }


/*------------------------------------------------------------------------------DisplayCart*/

#basket{
	margin-top:10px;
	padding-top:8px;

}
#basket h1{
	font-size:16px;
	color:#8a6791	
}
.basket-header{
	background-color:#8a6791;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
.basket-header2{
	color:#8a6791;
	font-size:12px;
	font-weight:bold;
}
#basket-table2{
	float:left; 
	font-size:11px; 
	background-color:#ffffff
}
#basket-table{
	float:left; 
	font-size:11px; 
	background-color:#E8E1E9
}
.line{
	height:1px;
	background-color:#FFFFFF;
}
/*------------------------------------------------------------------------------My Account section*/

#new-customer{
	float:left;
	width:560px;
	padding-top:2px;
	background-color:#FFE1F1;
}
#new-customer h2{
	float:left;
	width:555px;
	font-size:15px;
	padding:5px 0px 5px 5px;
	color:#FFFFFF;
	background-color:#8a6791;
	margin-bottom:10px;
}
#new-customer p{
	padding-left:10px;
	font-size:12px;
}
#existing-customer{
	float:left;
	width:560px;
	padding-top:2px;
	background-color:#FFE1F1;
}
#existing-customer h2{
	float:left;
	width:555px;
	font-size:15px;
	padding:5px 0px 5px 5px;
	color:#FFFFFF;
	background-color:#8a6791;
	margin-bottom:10px;
}
#existing-customer p{
	padding-left:10px;
	font-size:12px;
	padding-bottom:10px;
}
#edit-account{
	float:left;
	border-top:1px #8a6791 dotted;
	width:560px;
	margin-top:10px;
	padding-top:5px;
}
#edit-account h2{
	float:left;
	color:#8a6791;
	font-size:16px;
}
.edit-account-table{
	float:left;
	padding:0px;
	width:280px;
	background-color:#FFE1F1;
}
.edit-account-table h3{
	color:#FFFFFF;
	font-size:15px;
	padding:0px;
}
.account-table{
	float:left;
	padding:0px;
	width:200px;
	background-color:#FFE1F1;
}
.account-table h3{
	color:#FFFFFF;
	font-size:15px;
	padding:5px;
}
.order-history{
	width:360px;
	padding:0px;
	background-color:#FFE1F1;
}
	
.order-history h3{
	color:#FFFFFF;
	font-size:15px;
	padding:5px;
}

/*-------------------------------------------------------------------------------Checkout*/

#checkout{
	float:left;
	margin-top:10px;
	border-top:1px #8a6791 dotted; 
	width:750px;
	padding-top:8px;
	margin-right:15px;
}
.checkout{
	float:left;
	margin-top:10px;
	border-top:1px #8a6791 dotted; 
	width:750px;
	padding-top:8px;
	margin-right:15px;
}
#checkout-left{
	float:left;
	width:130px;
	height:500px !important;
}
#checkout-left h2{
	font-size:18px;
	padding:0px;
	margin:0px;
	color:#8a6791;
}
#checkout-left a{
	font-size:12px
}
#checkout-left a:hover{
	color:#8a6791
}
#checkout-header{
	float:left;
	width:610px;
	background-color:#8a6791;
	height:30px;
}
.checkout-links{
	font-size:16px;
	font-weight:bold;
}
#existing-cust{
	width:610px;
	background-color:#FFE1F1;
	float:left;
}
#existing-cust h2{
	font-size:17px;
	font-weight:normal;
}
#new-cust{
	width:610px;
	background-color:#FFE1F1;
	float:left;
}
#new-cust h2{
	font-size:17px;
	font-weight:normal;	
}
#address-left{
	float:left;
	width:280px;
	border-right:1px #8a6791 solid;
	padding-right:30px;
}
#address-left tr{
	padding-bottom:4px;
}
#address-right{
	float:right;
	width:280px;
}
#address-right tr{
	padding-bottom:4px;
}
#table-background{
	float:left;
	background-color:#FFE1F1;
	width:590px;
	height:100%;
	padding:10px;
}
#table-background a{
	color:#8a6791;
}
.field{
	border:1px #FFE1F1 solid;
	width:120px;
}

#cbuttonspayment {
	width:600px;
	float:right;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#cbuttonspayment p {
	float:left;	
	margin-top:3px;
}

#orderconfirmation
{
    width: 350px;
    float: left;
}
#OrderHelp
{
    width: 200px;
    float: left;
}

#thankyou-box img
{
    float: left;
    margin-left: 0px;
}

thankyou-box p {
    color:#8a6790;
    float:left;
    font-size:12px;
    margin: 5px 0px 5px 0px;
}

#thankyou-box h1
{
    width:450px;
    float: left;
}

/*------------------------------------------------------------------------------Static*/

#static h1{
	font-size:15px;
	color:#8a6791;
	padding-top:5px;
}
#static{
	border-top:1px #8a6791 dotted;
	margin-top:10px;
	width:560px;	
}
.sitemap-links{
	list-style:none;
	font-size:11px;
}
.sitemap-links a:hover{
	color:#8a6791
}
#homepage-left{
	float:left;
	width:160px;
	text-align:center;
	border-top:1px #8a6791 dotted;
	margin-top:10px;
}
#homepage-right{
	float:left;
	width:400px;
	border-top:1px #8a6791 dotted;
	margin-top:10px;
}
#homepage-right p{
	font-size:13px;
	padding-top:10px;
}
#homepage-right a{
	color:#8a6791
}
#specials-banner h2{
	width:550px;
	background-color:#8a6791;
	color:#FFFFFF;
	font-size:18px;
	padding:5px;
}
#homepage-specials{
	float:left;
	width:260px;
}
div.hpcontainer{
	overflow: visible;
	margin: 10px 0;
	padding-bottom:10px;
}
.ProductWrapTable td{
	padding:5px 0px 5px 0px;
}
.specials-header{
	font-size:12px;
	font-weight:bold;
	color:#8a6791;
}

.homepagebanner h1{
    width:550px;
	color:#FFFFFF;
	background-color:#8a6791;
	font-size:20px;
	font-weight:bold;
	padding:5px;
	text-align:center;
    }

.offers-banner h1{
    float:left;
	width:550px;
	background-color:#8a6791;
	color:#FFFFFF;
	font-size:18px;
	padding:5px;
}
#homepage-adverts{
	float:left;
	width:560px;
}
#static-pages h1{
	color:#8a6791;
}
#static-pages h2{
	color:#8a6791;
	font-size:14px;
	margin-top:5px;
	padding-bottom:5px;
}
#static-pages p{
	text-align:justify;
	line-height:17px;
	padding-bottom:10px;
	width:560px;
}
#static-pages a{
	color:#8a6791;
}
#static-pages strong{
	font-size:12px;
	font-weight:bold;
	color:#8a6791;
}
#tutorials ol{
	list-style: decimal outside;
	margin: 15px 0 15px 25px;
}
#tutorials ol li{
	margin: 0 0 0 25px;
}
#tutorials ul{
	list-style: disc outside;
	margin: 15px 0 15px 25px;
}
#tutorials ul li{
	margin: 0 0 0 25px;
}
#tutorials h2{
	font-size: 12px;
	font-weight: bold;
	color:#8a6791;
	margin: 5px 0;
	padding: 0;
}
#tutorials h3{
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color:#8a6791;
	margin: 5px 0;
	padding: 0;
}
#static-line{
	border-top:1px #8a6791 solid;
	margin:5px 0px;
}
.static-line{
	border-top:1px #8a6791 solid;
	margin:5px 0px;
}

.red{
	color:#8a6791;
	font-size:12px;
	padding-top:4px;
	font-weight:bold;
}
#sale-box{
	background-image: url('/images/sale_background.gif');
	background-repeat: no-repeat;
	background-color: #8f6794;
	padding: 171px 5px 0 10px;
	text-align: center;
}
#ordercatalogue{
	margin: 6px 0 0 0;
}
#ordercatalogue div{
	text-align: center;
}
#ordercatalogue div img{
	margin: 4px auto 0 auto;
	border: 0;
}
div.hpcontainer{
	overflow: auto;
	margin: 10px 0;
}
#topnav-logo{
	margin-left:16px;
	margin-top: 16px;
}
.tableborder{
	border-collapse: collapse;
}
.tableborder caption{
	padding: 10px;
}
.tableborder td,th{
	border: 1px #000000 solid;
	padding: 10px;
}
.tableborder td{
	vertical-align: top;
}
ol.alphalist{
	list-style-type: lower-alpha!important;
}
#hp-banner{
	padding-left:0px;
	background-image: url('/images/HCD-WEB-Banner.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	height: 240px;
}
#hp-banner p{
	margin-top: 10px;
	color: #666666;
}
#catmap h2{
	color: #8a6790;
}
.catmaproot{
	background-color: #8a6790;
	margin-bottom: 2px;
	padding: 4px;
}
.catmaproot a{
	color: #ffffff;
}
.whitediv{
	background-color: #ffffff;
}
.catmaproot table{
	width: 100%;
}
.catmaproot table tr td{
	width: 33%
}
.catmapcat a{
	color: #000000;
}
.cleardiv{
	height: 1px;
	clear: both;
}

div.brand_surround {
	padding: 10px;
}

div#comodo {
	float:right;
	text-align:right;
	padding-top:10px;
}

/*Creative inspiration*/

#creativeinspiration {
	 text-align:left;
	 margin:0 auto 0 auto;
	 padding:20px 0 20px 0;
	 font-family:Arial, Helvetica, sans-serif;
	 width:280px;
	 float:left;
}

#creativeinspiration h3 {
	font-size:16px;
	color:#8a6790;	
	margin:10px 0px 12px 0px;
}

#creativecontainer {
	text-align:center;
	width:280px;
	margin-left:2px;
}

#creativecontainer p {
	text-align:left;
	font-size:10px;
}

.creativetext {
	width:280px;
	padding:0 10px 0 0;
	margin-left:2px;
}

#creativeleft {
	float:left;
	width:129px;
	border:1px #cccccc solid;
	margin-right:8px;
}

#creativeright {
	float:left;
	width:129px;
	border:1px #cccccc solid;
	margin-left:8px;
}

#creativecontainerlarge {
	text-align:left;
	width:238px;
	margin-left:2px;
}

#creativecontainerlarge p {
	text-align:left;
	font-size:10px;
}

#creativeinspirationlarge {
	 text-align:left;
	 margin:0 auto 0 auto;
	 padding:20px 0 20px 0;
	 font-family:Arial, Helvetica, sans-serif;
	 width:238px;
	 float:left;
}

#creativeinspirationlarge h3 {
	font-size:16px;
	color:#8a6790;	
	margin:10px 0px 12px 0px;
}

#creativelarge {
	width:200px;
	border:1px #cccccc solid;
}
.creativetextlarge {
	width:238px;
	padding:0 0 0 0;
	margin-left:2px;
}

.Homepage_DottedBottom {	
	border-bottom: 1px #8A6791 dotted;
	margin-bottom: 10px;
}

.Homepage_NewMargin {
	margin-right: 3px;
}

.Homepage_NewColour {
	color:	black;
}

/*-------------------------------------------------------------------------------Make Your Own*/

div.MakeYourOwn_Wrapper {
	width: 550px;
	float: left;
	margin-left: 10px;
}

	div.MakeYourOwn_Wrapper h1 {
		text-align: center !important;
		font-size: 60px !important;
	}
	
	div.MakeYourOwn_Content {
		width: 180px;
		float: left;
		margin-right: 3px;
		margin-top: 3px;
	}
	
	div.MakeYourOwn_Image {
		width: 180px;
		height: 200px;
	}
	
	div.MakeYourOwn_Title {
		height: 22px;
		padding: 8px 0px 2px 0px;
		font-family: Arial, Helvetica, sans-serif; 
		font-weight: bold;
		font-size: 12px;
		color: #000000;
		text-align: center;
	}
	
	div.MakeYourOwn_Title a {
		color: #000000;
	}
	
	span.MakeYourOwn_Pink {
		color: #bd016f;
	}
	span.MakeYourOwn_Blue {
		color: #019cdc;
	}
	span.MakeYourOwn_Purple {
		color: #886891;
	}

.dotted_line{
	border-bottom:1px #8A6791 dotted;
}

div.NextDay {
    font-size:12px; 
    font-weight:bold; 
    color:#000000; 
    text-align: center; 
    padding: 10px;
    font-family:Arial, Helvetica, sans-serif;
    float: left;
}

/*-----------------------------------------------------------------------------------Homepage Maintenance Message*/

div#hpmessage 
{
    border-bottom: 1px solid #CCCCCC;
}

    div#hpmessage p 
    {
        margin: 0px 5px 10px 0px;
        clear: both;
        font-size: 12px;
    }
    
    div#hpmessage form 
    {
        width: 300px;
        margin: 0px 0px 0px 100px;
    }
    
        div#hpmessage form select 
        {
            float: right;
        }
    
        div#hpmessage form input.textinput
        {
            border: none;
            border-bottom: 2px dashed #8A6790;
            width: 200px;
            float: right;
        }
        
        div#hpmessage form input#hpmessage-submit 
        {
            border: none;
            float: right;
            width: 200px;
            height: 25px;
            font-size: 14px;
            border: 2px dashed #8A6790;
            margin: 0px 0px 10px 0px;
            cursor: pointer;
        }
        
    div#hpmessage em 
    {
        font-size: 14px;
    }
    
p.success 
{
    border: 2px #9FCF9F solid;
	background-color: #DFFFDF;
	padding: 10px;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}

.christmasdels
{
    padding-top:10px;
  
}

div#HomePageBanners {
    float:left;
}
    div.GalleryControls {
        background-color:#dadada;
        float:left;
        width:100%;
        text-align:center;
        margin:0px 0px 2px 0px;
    }	
        div.GalleryControls input {
            margin:4px 4px 0px 4px;
        }
 

#checkout-left2{
	float:left;
	width:105px;
}
#checkout-left2 h2{
	font-size:18px;
	padding:0px;
	margin:0px;
	color:#8a6791;
}
#checkout-left2 a{
	font-size:12px
}
#checkout-left2 a:hover{
	color:#8a6791
}        
div#PayPal_Success {
    float: right;
    width:645px;
}
    div#PayPal_Success h1 {
        font-size:26px;
        color:#8E6591;
        margin: 0px 0px 0px 10px;
        width:635px;
    }
    div#PayPal_Success h2 {
        font-size:16px;
        color:#8E6591;
        font-weight: normal;
        margin: 0px 0px 0px 10px;
        width:635px;
    }    
    div#PayPal_Success p {
        font-size:11px;
        float: left;
        color:#222222;
        font-weight: normal;
        margin: 30px 0px 10px 10px;
        width:340px;
    }     
    div#PayPal_Success p span { 
        font-size:16px;
        color:#8E6591;
        font-weight: normal;
    }   
    div#PayPal_Success img {
        float: right;
        border: none;
		display: block;
		margin: 0px;
		padding: 0px;
    }  
    
        div#PayPal_Success a img {border: none;}      
        .SignPost_Bottom {clear: right;} 
    
    div#PayPal_Success #FPMap0 {
        border: none !important;
        float: right;
    }
