@charset "utf-8";
/* CSS Document 
-------------------------------------------*/

*{
	margin:0px;
	padding:0px;
	border: 0px;
    }
body{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align:center;
	overflow: -moz-scrollbars-vertical;
	margin: 15px 0 0 0;
	padding: 0px;
	color: #666666;
}
#wrapper{
	text-align:left;
	width: 950px;
	background-color: #fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div .cartHeader{
	height: 16px;
	font-size: 85%;
	text-align:right;
	color: #CCCCCC;
}
div .pagination{
	height: 20px;
	font-size: 85%;
	text-align:right;
	color: #DD4AAF;
}
div .top {
	background:url(../images/logo.gif) top left no-repeat;
	height:117px;
	position:relative;
}
/*--Navigation CMS--*/
#navigation
{
   width:128px;
   float:left;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 95%;
	vertical-align: bottom;
}
#navigation li a {
	display: block;
	color: #666;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
}
#navigation li a:hover, #navigation #current {
	background-color: #fff;
	color: #0000;
	border-bottom-style: solid;
}
#navigation ul ul {
	margin-left: 0px;
}
#navigation ul ul li {
	margin:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#navigation ul ul a{
	background-color: #A6A5D8;
	color: #211F47;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #211F47;
	font-size: 90%;
}
#navigation ul ul a:hover, #navigation #current2  {
	background-color: #400F15;
	color: #FFFFFF;
	background-image: url(../images/arrowRight.gif);
	background-position: right 50%;
	background-repeat: no-repeat;
}
#content-inner ul {
	list-style: none;
	padding: 0;
	border: none;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* top Menu 
-------------------------------------------*/ 
.menu {
	margin: 0;
	padding: 0;
	position:absolute;
	list-style: none;
	height: 40px;
	width: 798px;
	left: 152px;
	top: 55px;
	background-color: #fff;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 40px;
	list-style: none;
	background-repeat: no-repeat;
} 
.menu li a, .menu li a:visited { display: block; text-decoration: none; text-indent: -9999px; height: 40px; background-repeat: no-repeat; } 
.home {background-image: url(../images/nav2.gif); width: 66px;}
.home a{ background-image: url(../images/nav1.gif);} 
.jewellery {background-image: url(../images/nav2.gif);width: 122px;background-repeat: no-repeat;background-position: -66px top;}
.jewellery a {background-image: url(../images/nav1.gif); background-repeat: no-repeat; background-position: -66px top;}
.about {background-image: url(../images/nav2.gif); width: 85px;background-repeat: no-repeat;background-position: -188px top;}
.about a {background-image: url(../images/nav1.gif); background-repeat: no-repeat; background-position: -188px top;}
.care {background-image: url(../images/nav2.gif); width: 71px; background-repeat: no-repeat;background-position: -273px top;} 
.care a {background-image: url(../images/nav1.gif); background-repeat: no-repeat; background-position: -273px top;} 
.news {background-image: url(../images/nav2.gif); width: 80px; background-repeat: no-repeat;background-position: -344px top;} 
.news a {background-image: url(../images/nav1.gif); background-repeat: no-repeat; background-position: -344px top;} 
.contact {background-image: url(../images/nav2.gif); width: 104px; background-repeat: no-repeat; background-position: -424px top;} 
.contact a {background-image: url(../images/nav1.gif); background-repeat: no-repeat; background-position: -424px top;} 
.orderinfo {background-image: url(../images/nav2.gif); width: 128px; background-repeat: no-repeat; background-position: -528px top;} 
.orderinfo a {background-image: url(../images/nav1.gif); background-repeat: no-repeat; background-position: -528px top;} 
.shopping {background-image: url(../images/nav2.gif); width: 142px; background-repeat: no-repeat; background-position: -656px top;} 
.shopping a {background-image: url(../images/nav1.gif); background-repeat: no-repeat; background-position: -656px top;} 
ul.menu li a:hover, .jewellery #current, .home #current, .shopping #current, .about #current, .contact #current, .news #current, .orderinfo #current, .care #current {background: none;} 
.menu li {float: left;} 
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;
}

#content{
    width: 798px;
	float: right;
}
#contentLge{
	width: 932px;
	float: right;
}
#leftHome{
	width: 623px;
	float: left;
	border-right-width: 12px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#rightHome{
	width: 300px;
	float: right;
}
#leftContent2{
	width: 258px;
	float: left;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#rightContent2{
	width: 660px;
	float: right;
	border-right-color: #FFFFFF;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#rightContent2 a, #leftContent2 a, #rghtInfo a{
	color: #DD4AAF;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 1em;
	border-bottom: solid 1px #fff

   }
#rightContent2 a:hover, #leftContent2 a:hover, #rghtInfo a:hover  {
    border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DD4AAF;
   }
#rightContent2 p, #rightContent3 p {
margin-bottom: 0.65em
}
#rightHome img, #rightContent img, #leftContent2 img{
	margin-bottom: 12px
}
#rightHome img{
	margin-bottom: 12px
}
#footer
{
	clear:both;
	font-size:80%;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	color: #666666;
}
#footer a
{
	font-size:100%;
	color: #666666;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}

#footer p {
	color: #A8A8A8;
}
#leftNav{
	width: 128px;
	position: relative;
	float: left;
	height: 250px;
}
#leftNav ul {
	padding: 0;
	width: 128px;
	list-style: none;
	background: #fff;
	margin-top:28px;
}
#leftNav li {
	height: 22px;
	list-style: none;
	background-repeat: no-repeat;
}
#leftNav li a{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 22px;
	background-repeat: no-repeat;
}
#leftNav li.necklaces {background-image: url(../images/leftNav2.gif);}
#leftNav li.necklaces a  {background-image: url(../images/leftNav1.gif);}
#leftNav li.bracelets {background-image: url(../images/leftNav2.gif); background-repeat: no-repeat; background-position: left -24px;}
#leftNav li.bracelets a {background-image: url(../images/leftNav1.gif); background-repeat: no-repeat; background-position: left -24px;}

#leftNav li.earrings {background-image: url(../images/leftNav2.gif); background-repeat: no-repeat; background-position: left -48px;}
#leftNav li.earrings a {background-image: url(../images/leftNav1.gif); background-repeat: no-repeat; background-position: left -48px;}
#leftNav li.rings {background-image: url(../images/leftNav2.gif); background-repeat: no-repeat; background-position: left -72px;}
#leftNav li.rings a {background-image: url(../images/leftNav1.gif); background-repeat: no-repeat; background-position: left -72px;}

#leftNav li.bridal {background-image: url(../images/leftNav2.gif); background-repeat: no-repeat; background-position: left -95px;}
#leftNav li.bridal a {background-image: url(../images/leftNav1.gif); background-repeat: no-repeat; background-position: left -95px;}

#leftNav li.bespoke {background-image: url(../images/leftNav2.gif); background-repeat: no-repeat; background-position: left -118px;}
#leftNav li.bespoke a {background-image: url(../images/leftNav1.gif); background-repeat: no-repeat; background-position: left -118px;}
#leftNav li.diffusion {background-image: url(../images/leftNav2.gif); background-repeat: no-repeat; background-position: left -141px;}
#leftNav li.diffusion a {background-image: url(../images/leftNav1.gif); background-repeat: no-repeat; background-position: left -141px;}
#leftNav li.newCollection {background-image: url(../images/leftNav2.gif); background-repeat: no-repeat; background-position: left -164px;}
#leftNav li.newCollection a {background-image: url(../images/leftNav1.gif); background-repeat: no-repeat; background-position: left -164px;}
#leftNav li a:hover,#leftNav li.necklaces #current, #leftNav li.necklaces #current, #leftNav li.bracelets #current, #leftNav li.rings #current, #leftNav li.diffusion #current, #leftNav li.bridal #current, #leftNav li.earrings #current, #leftNav li.bespoke #current, #leftNav li.newCollection #current {background: none;}

/*--Left Menu Sale--*/


#leftNavSale{
	width: 128px;
	position: relative;
	float: left;
	height: 250px;
}
#leftNavSale ul {
	padding: 0;
	width: 128px;
	list-style: none;
	background: #fff;
	margin-top:44px;
}
#leftNavSale li {
	height: 27px;
	list-style: none;
	background-repeat: no-repeat;
}
#leftNavSale li a{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 27px;
	background-repeat: no-repeat;
}
#leftNavSale li.necklaces {background-image: url(../images/leftNav2Sale.gif);}
#leftNavSale li.necklaces a  {background-image: url(../images/leftNav1Sale.gif);}
#leftNavSale li.bracelets {background-image: url(../images/leftNav2Sale.gif); background-repeat: no-repeat; background-position: left -27px;}
#leftNavSale li.bracelets a {background-image: url(../images/leftNav1Sale.gif); background-repeat: no-repeat; background-position: left -27px;}
#leftNavSale li.bridal {background-image: url(../images/leftNav2Sale.gif); background-repeat: no-repeat; background-position: left -54px;}
#leftNavSale li.bridal a {background-image: url(../images/leftNav1Sale.gif); background-repeat: no-repeat; background-position: left -54px;}
#leftNavSale li.earrings {background-image: url(../images/leftNav2Sale.gif); background-repeat: no-repeat; background-position: left -81px;}
#leftNavSale li.earrings a {background-image: url(../images/leftNav1Sale.gif); background-repeat: no-repeat; background-position: left -81px;}
#leftNavSale li.bespoke {background-image: url(../images/leftNav2Sale.gif); background-repeat: no-repeat; background-position: left -108px;}
#leftNavSale li.bespoke a {background-image: url(../images/leftNav1Sale.gif); background-repeat: no-repeat; background-position: left -108px;}
#leftNavSale li.newCollection {background-image: url(../images/leftNav2Sale.gif); background-repeat: no-repeat; background-position: left -135px;}
#leftNavSale li.newCollection a {background-image: url(../images/leftNav1Sale.gif); background-repeat: no-repeat; background-position: left -135px;}
#leftNavSale li a:hover,#leftNavSale li.necklaces #current, #leftNavSale li.necklaces #current, #leftNavSale li.bracelets #current, #leftNavSale li.bridal #current, #leftNavSale li.earrings #current, #leftNavSale li.bespoke #current, #leftNavSale li.newCollection #current {background: none;}


/* Jewellery intro 6 pics 
-------------------------------------------*/ 
#content ul {
	padding:0;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
   }
#content li{
	float:left;	
	margin-right: 6px;
	font-size: 80%;
	border: none;
   }
#content .li0{
	float:left;
	margin-right: 0px;
	font-size: 80%;
	border: none;
	margin-bottom: 6px;
   }
#content img {
	display: block;
   }

/* Style for rollover price
-------------------------------------------*/ 
.extra {
	display: inline;
	float: left;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.extra EM {
	font-style: normal
}
.extra EM.txt {
	display: none;
	text-align: right;
	font-size: 150%;
	color: #9F9F9F;
	font-family: 'Trebuchet MS', helvetica, sans-serif;
	letter-spacing: normal;
	font-weight: bold;
}
.extra B {
	display: none
}
.extra IMG {
	border-top-width: 0px; 
	display: block; 
	border-left-width: 0px; 
	border-bottom-width: 0px; 
	border-right-width: 0px
}
.extra:hover {
	background: #fff; 
	cursor: pointer; 
	position: relative
}
.extra:hover b {
	display: block;
	left: 0px;
	width: 258px;
	position: absolute;
	top: 160px;
	height: 40px;

}
.extra:hover EM.txt {
	display: block;
	width: 258px;
	color: #8B8B8B;
	line-height: 1.5em;
	position: absolute;
	top: 170px;
	height: 50px;
}
/*--Pic & Thumbnails & Suggested--*/

#suggested {
	float: right;
	width: 140px;
	margin-bottom: 20px;
	margin-left: 30px;
	height: 300px;
	background-image: url(../images/goesWell.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E261BA;
	margin-top: 80px;
   
   }
#leftPics {
	float: left;
	width: 410px;
	position: relative;
	}
#enlarge {
	width: 15px;
	height: 15px;
	background-color: transparent;
	z-index: 40;
	position: absolute;
	left: 10px;
	top: 291px;
	}
#suggested ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	}
#suggested ul a:hover{
    border-bottom:none
	}
#leftPics ul {
	margin-top: 10px;
	padding: 0;
	list-style: none;
	}
#suggested li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: none;
	}
#leftPics li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	}
#suggested img {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0px;
	}
#leftPics ul img.first{
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
#leftPics ul img{
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	}
#leftPics img.block {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#leftPics p {
	font-size: 90%;
	color: #666666;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#clear {
 clear:both;
 height: 0px;
 }
#rghtInfo {
	float: right;
	width: 507px;
	margin: 0px;
	padding: 0px;
	position: relative;
	}
#rghtInfo a{
	color: #CC3399;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em
	}
	
/* Prevents dotted lines in Firefox links
-------------------------------------------*/ 
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

/* Headers
-------------------------------------------*/ 

h1 {
	font-size: 150%;
	color: #999999;
	margin-top: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 110%;
	color: #CCCCCC;
	margin-top: 0.5em;
	}
h3 {
	font-size: 150%;
	color: #999999;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	}
h5 {
	font-size: 150%;
	color: #999999;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
#leftContent2	h2 {
	margin-top: 0.1em;
	}

/* Table
-------------------------------------------*/ 

td, th {

}

.datatable {
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
	background-color: #FBEEF7;
	margin-bottom: 10px;
	font-size: 95%;
	width: 100%;
}

.datatable td {
	border: 1px solid #FFFFFF;
	vertical-align: top;
	line-height:1.5em;
	margin: 0em;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.datatable td .imgCart{
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.datatable th {
	font-weight: normal;
	text-align: left;
	padding: 2px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-size: 100%;
	background-color: #FFFFFF;
}

.datatable th.blue {
	background-color: #F0C1E0;
	text-align: left;
	padding: 4px;
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #000000;
	}
.datatable th.white {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #000000;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.datatable th.total{
	background-color: #D54DA2;
	font-weight: bold;
	text-align: left;
	padding: 4px;
	font-size: 130%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}

.datatable caption {
    color: #6C6ABD;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 8px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
    font-weight: bold;
}
.datatable tr.white {
    background-color: #fff;
    text-align: right;
	}
	.datatable tr.white td {
	background-color: #fff;
	text-align: right;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	}
.datatable tr.altrow {
	background-color: #F7DDEE;
}
.datatable img.button {
	margin-top: 10px;
	
}

option{
	padding-right: 10px;

}
#cartProgress {
	text-align:right;
	height:63px;

}


/*--Pagination--*/

#tnt_pagination {
	display:block;
	text-align:right;
	height:22px;
	line-height:21px;
	clear:both;
	padding-top:3px;
	font-size:90%;
	font-weight:normal;
	padding-bottom: 3px;
	letter-spacing: 1px;
	padding-left: 13px;
	margin-bottom: 10px;
	padding-right: 13px;
}
#tnt_pagination2 {
	display:block;
	text-align:right;
	width: 340px;
	height:22px;
	line-height:21px;
	padding-top:12px;
	font-size:90%;
	font-weight:normal;
	padding-bottom: 3px;
	margin-top: 12px;
}

#tnt_pagination a:link, #tnt_pagination a:visited, #tnt_pagination .nolink{
	padding-top:1px;
	padding-bottom:1px;
	border:1px solid #F2CCE8;
	margin-left:5px;
	text-decoration:none;
	background-color:#F9E6F4;
	color:#DD4AAF;
	width:22px;
	font-weight:normal;
	padding-right: 5px;
	padding-left: 5px;
}
#tnt_pagination a:link.large {
	font-size:150%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #fff;
	border: none
}

#tnt_pagination a:hover {
	background-color:#F2CCE8;
	border:1px solid #E8A4D5;
	color:#fff;
}

#tnt_pagination .disabled_tnt_pagination, #tnt_pagination2 .disabled_tnt_pagination {
	padding-top:1px;
	padding-bottom:1px;
	margin-left:5px;
	border:1px solid #EBEBEB;
	margin-left:5px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#D7D7D7;
	cursor:default;
	padding-right: 5px;
	padding-left: 5px;
}

#tnt_pagination .active_tnt_link, #tnt_pagination2 .active_tnt_link {
	padding-top:1px;
	padding-bottom:1px;
	margin-left:5px;
	text-decoration:none;
	color:#DD4AAF;
	cursor:default;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #F2CCE8;
}

#next {
	margin-top: 12px;
	width: 340px;
}
#next img {
	margin-bottom: 0
}
.clear {
	clear: both;
	height: 0;
	}

/*--Enlargement--*/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	visibility: hidden;
	z-index: 50;
	cursor: hand;
	cursor: pointer;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding: 15px;
	border: 1px solid #EFEFEF;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	letter-spacing: 2px;
	line-height: 1.1em;
	color: #DD4AAF;
	padding: 5px 0;
	text-align: right;
	font-size: 110%;
	font-weight: bold;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #F9E6F4;
	padding: 5px;
	z-index: 5;
}

/*---------------Contact Form--------------*/

fieldset{
	margin-bottom: 15px;
	padding: 15px;
	background-color: #FEFCFE;
	margin-right: 0px;
	border: 1px solid #EAA8DA;
	margin-top: 0px;
}
fieldset img {
	margin-top: 15px;	
	}

fieldset a{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
	}

legend{
	font-size:110%;
	font-weight: bolder;
	color: #000000;
}
label{
	display:block;
	margin-top: 10px;
	color: #000000;
	font-size: 100%;
}
input:focus, textarea:focus{
	background-color: #FBEEF7;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	padding: 1px;
}
input, textarea{
	color:#DD4AAF;
	margin-top: 5px;
	font-size: 95%;
	border: 1px solid #EAA8DA;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
}
textarea{ 
width: 300px
}
select{
	color:#5A6674;
	margin-top: 5px;
	font-size: 95%;
	border: 1px solid #EAA8DA;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
}
input.noline {
    border: none;
}

input.required_Field, textarea.required_Field{
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFD26D;
}
input.butt {
	padding-top:1px;
	padding-bottom:1px;
	border:1px solid #F2CCE8;
	margin-left:0px;
	text-decoration:none;
	background-color:#F9E6F4;
	color:#DD4AAF;
	font-weight:normal;
	padding-right: 5px;
	padding-left: 5px;
	cursor:pointer;
	margin-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: 1em;
}
select{
	border: 1px solid #B4BCC5;
	margin-bottom: 10px;
}
select.bott{
	margin-bottom: 15px;
}
select.small{
	border: 1px solid #EDA3D6;
	margin-bottom: 15px;
	width: 50px;
}
select.medium{
	border: 1px solid #EDA3D6;
	margin-bottom: 15px;
	width: 250px;
}
select.large{
	border: 1px solid #EDA3D6;
	margin-bottom: 0px;
	width: 450px;
}
#content xmp {
                width: 400px;
                overflow: auto;
}
#worldpay {
	color: #A8A8A8;
	text-align: left;
	float: left;
	width: 200px;
	margin-top: 5px;
	margin-left: 0px;
}
a {
   outline: 0;
}
