/* @override http://blissfulbeadsmedia.sitedesign.net/css/layout.css */

/* @override http://blissfulbeadsmedia.sitedesign.net/css/layout.css */

body {
	margin: 0;
	padding: 0;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 12px;
    color: #404040;
}

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

.wrapper {
	width: 1016px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	margin-top: 0;
	padding-top: 0;
	padding-left: 20px;
	background: url(../images/shadow_bg.gif) repeat-y;
}

h2 {
    color: #fff;
    padding-left: 8px;
    font: normal normal 1.2em Arial, Verdana, sans-serif;
    float: left;
    margin-top: 8px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.rightcorner {
    float: right;
}

h3 {
    color: #404040;
    font: normal bold 1.1em Arial, Verdana, sans-serif;
}

img {
    border-style: none;
}

/* @group Header */

.header {
	width: 996px;
	height: 196px;
	background: white url(../images/header_bg.gif) repeat-x 0 top;
    margin-top: 0;
    padding-top: 0;
    display: block;
}

.logo {
    height: 121px;
    float: left;
}

.callus {
    float: right;
    height: 121px;
    text-align: right;
}

.topnav {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    clear: right;
    width: 702px;
    height: 26px;
    padding: 10px 10px 0;
}

.topnav p {
    padding: 0;
    margin: 0;
	font: 1.1em Arial, Verdana, sans-serif;
    color: #fff;
}

.topnav a {
    color: #fff;
    text-decoration: none;
}

.topnav a:hover {
    text-decoration: underline;
}

.searchbar {
    width: 976px;
    clear: both;
    height: 31px;
    margin-top: 0;
    background: #380183 url(../images/search_bg.gif) repeat-x;
    padding: 8px 10px 0;
    display: block;
    color: #fff;
    font: normal bold 1.1em Arial, Verdana, sans-serif;
}

.searchbar p {

}

.browse_brand {
    float: left;
    margin: 3px 0 0;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-weight: bold;
}

.browse_brand a {
    color: #fff;
}

.search {
    float: right;
    margin: 0;
    padding: 0;
}

/* @end */

/* @group Navigation */

.navwrapper {
    background: #eaeaea url(../images/nav_wrapper_bg.gif) repeat-y;
    width: 216px;
    margin-top: 7px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    display: block;
}

.nav {
	width: 211px;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 0;
}

.nav_hdr_left {
    background-image: url(../images/nav_hdr.gif);
    width: 217px;
    height: 31px;
    background-color: #380183;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
}
.nav ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0px;
    width: 209px;
}

.nav ul a {
    color: #404040;
    text-decoration: none;
}

.nav ul a:hover {
    color: #380183;
}

.nav .selected a {
    text-decoration: none;
    font-style: italic;
}

.nav ul li ul {
    width: 190px;
}

.nav ul li.selected_master {
    background: #FFF url('/images/nav_avtive_bg.gif') repeat-x;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.nav ul li.selected_master li {
    border-bottom: 0px;
    font-weight: bold;
}

.nav li {
    background: url(../images/nav_cat_bg.gif) repeat-x 0;
    background-repeat: repeat-x;
    padding-left: 6px;
    line-height: 27px;
    vertical-align: middle;
}

.nav ul li ul li {
    background-image: none;
    line-height: 20px;
    margin-bottom: 1px;
    width: 190px;
    margin-right: 0;
    padding: 3px 0 3px 10px;
}

/*
.nav li {
}

.nav ul {
	list-style-type: none;
    padding-left: 0;
    margin: 3px 0 0;
}

.nav a:link, .nav a:visited {
  color: #002f57;
  text-decoration: none;
  display: block;
  background: url(../images/nav_cat_bg.gif) repeat-x 0;
  height: 24px;
  padding-left: 5px;
  margin-top: 0;
  padding-top: 3px;
  width: 205px;
}

.nav a:hover {
	color: red;
}

.nav .selected a{
  height:16px;
	background: #fff;
	margin-bottom:0px;
	padding-bottom:0px;
}

.nav .selected {
    border-bottom: 1px solid #ddd;	
}

.nav .selected ul{
  border-bottom: 1px solid #DDDDDD;
  margin-bottom:2px;
  padding-bottom:4px;
}

.nav .selected ul li a:link, .nav .selected ul li a:visited {
  height: 14px;
  font-size:11px;
  padding-left:20px;
  width: 185px;
}

.nav .active {
    font-size: 1em;
	color: #fff;
	padding-bottom: 9px;
}

.active a:link, .active a:visited {
	color: #fff;
	text-decoration: none;
	background: url(../images/nav-div.gif) no-repeat 14px bottom;
	padding-bottom: 6px;
	width: 159px;
    padding-right: 8px;
}
*/
.nav_bottom {
    width: 216px;
    height: 14px;
    background: url(../images/nav_bottom.gif) no-repeat;
}

/* @end */

/* @group Content */

.content {
    width: 562px;
	float: left;
	margin-top: 0;
    margin-left: 5px;
    /*height: 20px;*/
    padding-left: 1px;
    display: inline;
}

.leftwrapper {
    float: left;
    clear: both;
}

/* @group Centre Column */

.centrewrapper {
    float: left;
    display: inline;
    margin-left: 4px;
}

.feature_wrapper table {
    text-align: center;
    width: 100%;;
}

.feature_wrapper p {
    margin-bottom: 0;
    padding-bottom: 12px;
}

.breadcrumb {
    color: #404040;
    width: 540px;
    height: 31px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 5px;
    background: url(../images/bread_bg.jpg) no-repeat;
}

.breadcrumb p {
    margin-top: 0;
    padding-top: 9px;
    font-size: 0.9em;
}

.breadcrumb a {
    color: #404040;  
}

.breadcrumb a:hover {
    color: #000;  
}

.featured_hdr, .centre_box_hdr {
    width: 547px;
    height: 38px;
    background-image: url(../images/featured_hdr_bg.gif);
    background-color: #380183;
}

.featured_hdr h2 {
    padding-top: 4px;
    padding-left: 12px;
    font-weight: bold;
}

.specials_hdr {
    width: 547px;
    height: 38px;
    background-image: url(../images/specials_hdr_bg.gif);
    background-color: #e9e9e9;
}

.specials_hdr h2 {
    padding-top: 4px;
    padding-left: 12px;
    color: #380183;
    font-weight: bold;
}

.centre_box {
    width: 547px;
    background: url(../images/centre_bg.gif) repeat-y;
}

.centre_box a {
    text-decoration: none;
    color: #404040;
}

.centre_box p {
    padding-right: 20px;
    padding-bottom: 8px;
    margin-bottom: 0;
}

.centre_box a:hover {
    text-decoration: underline;
}

.centre_box_hdr form {
    margin-top: 9px;
    margin-right: 10px;
}

.centre_box_hdr h2 {
    margin-top: 12px;
    margin-right: 10px;
}

.centre_box_hdr {
    margin-bottom: 10px;
}

.centre_bottom {
    width: 547px;
    height: 14px;
    background: #e3e3e3 url(../images/centre_box_bottom.gif) no-repeat;
    margin-bottom: 0;
    padding-bottom: 5px;
    margin-top: 0;
    padding-top: 0;
}

.fprodstable {
    margin-top: 3px;
    margin-left: 4px;
    text-align: center;
}

.fprodstable p {
    margin-bottom: 0;
    padding-bottom: 12px;
}

.fprodstable td {
    width: 171px;
    vertical-align: top;
}

.prod_left {
    width: 272px;
    vertical-align: top;
    margin-top: 0;
    padding-top: 0;
}

.prod_left p {
    padding-right: 10px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.prod_right {
    width: 229px;
    text-align: center;
}

.view_product {
	margin-top: 12px;
    margin-left: 4px;
    padding-left: 8px;
    padding-right: 14px;
}

.view_product p {
    margin-top: 0;
    padding-top: 0;
}

.view_product h4 {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 3px;
    padding-bottom: 3px;
}

.product_options{
    background: #EAEAEA url(../images/options_top.gif) no-repeat;
    width: 229px;
    color: #404040;
    font-weight: bold;
    font-size: 1em;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

.inner_options h3{
    color: #404040;
    padding:0;
    margin:0;    		
    margin-bottom:4px;
    font-size: 1.4em;
}

.inner_options{
    padding: 5px 10px 0px;
}

.inner_options table{
    width:100%;	
    margin-left:2px;
}

.basket_add{
    margin-top:14px;
}

.options_table select {
    width:100%;
    margin: 8px 0 0;
    padding: 0;
}	


.options_table input {
    width:30px;
    margin: 8px 0 0;
    padding: 0;
    float: left;
}   

.option_name {
    width: 45px;
    padding-top: 16px;
}



.product_options_bottom{
	background: #EAEAEA url(../images/options_bottom.gif);
	width:229px;
	height:9px;
}

.view_product td {
    vertical-align: top;
    padding-right: 5px;
}

.product_details {
    text-align: center;
}

.prod_images {
    width: 216px;
    margin: 12px auto 14px;
}

.view_divisor {
    margin-left:15px;
    margin-top:20px;
    float: left;
}

.tableseperator {
    height: 5px;
    background-color: #eaeaea;
    margin-right: 8px;
}

.prodimgthumb {
    width: 144px;
    vertical-align: middle;
    height: 96px;
    overflow: hidden;
    border: 1px solid #eaeaea;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

.blue_text{
    color: #404040;
    font-weight: bold;
    font-size: 0.7em;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 8px;
    float: left;
}

.prodprice {
	color: #380183;
    background-color: #eaeaea;
    width: 130px;
    background-image: url(../images/td_price_bg.gif);
    margin-top: 8px;
    padding-top: 4px;
    height: 19px;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.prodprice a {
    color: #380183;
}

.viewprodprice {
    color: #380183;
    background-color: #eaeaea;
    width: 164px;
    background-image: url(../images/view_price_bg.gif);
    margin-top: 0px;
    padding-top: 3px;
    height: 20px;
    text-align: right;
    font-weight: bold;
    font-size: 1.3em;
    margin-left: auto;
    padding-right: 8px;
    margin-right: auto;
}

.wasprice {
    color: #000;
    text-decoration: line-through;
}

.prodtitle {
    color: #404040;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 11px;
}

.brand_thumb {
    clear: both;
}
/* @end */

/* @group Checkout */

.checkout_breadcrumb_1 {
    width: 454px;
    height: 27px;
    background: url(/images/checkout_progress_1.gif) no-repeat;
    margin-left: 79px;
    list-style-type: none;
}

.checkout_breadcrumb_2 {
    width: 454px;
    height: 27px;
    background: url(/images/checkout_progress_2.gif) no-repeat;
    margin-left: 78px;
    list-style-type: none;
}

.checkout_breadcrumb_3 {
    width: 454px;
    height: 27px;
    background: url(/images/checkout_progress_3.gif) no-repeat;
    margin-left: 78px;
    list-style-type: none;
}

.blah a {
    color: #fff;    
}

.checkout_breadcrumb_4 {
    width: 454px;
    height: 27px;
    background: url(/images/checkout_progress_4.gif) no-repeat;
    margin-left: 78px;
    list-style-type: none;
}

.checkout_progress li {
    display: inline;
    text-align: center;
    padding-right: 17px;
    padding-left: 15px;
    font-size: 11px;
}

.checkout_progress ul {
    padding-top: 6px;
    text-align: center;
    padding-left: 0;
}

.checkout_progress p {
    float: left;
    padding-left: 13px;
    padding-top: 0;
    margin-top: 6px;
    font-weight: bold;
    padding-right: 0;
    margin-right: 0;
}

.checkout_progress .active {
    font-weight: bold;
    color: #fff;
}

.checkout_progress .done {
    color: #002f57;
}

.checkout_summary {
    margin-left: 40px;
    padding-bottom: 5px;
}

.summary_headings {
    float: left;
    padding-top: 1px;
    text-align: right;
    width: 290px;
}

.summary_headings form {
    margin: 0;
    padding: 0;
}

.summary_prices {
    padding-top: 1px;
    text-align: right;
    margin-right: 10px;
}

.checkout_summary p {
    margin-top: 10px;
    margin-bottom: 3px;
    text-align: right;
}

.checkout_summary img {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 5px;
    float: right;
}

.forward_button input {
	text-align: center;
    border: 0px;
    background: transparent url(../images/btn_update_basket.gif) left;
    padding-left: 13px;
    font-weight: bold;
    height: 23px;
    width: 135px;
    cursor: pointer;
}

.confirm_buttons {
    width: 530px;
    clear: both;
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    height: 29px;
}

.continue_button input {
	text-align: center;
    border: 0px;
    background: transparent url(../images/btn_continue.gif) left;
    padding-left: 13px;
    font-weight: bold;
    height: 23px;
    width: 135px;
    cursor: pointer;
    float: right;
    margin-right: 6px;
}

.cancel_button input {
	text-align: center;
    border: 0px;
    background: transparent url(../images/btn_cancel.gif) left;
    padding-left: 13px;
    font-weight: bold;
    height: 23px;
    width: 75px;
    cursor: pointer;
    float: left;
}

.save_button {
    float: right;
}

.cancel_button {
    float: left;
}

.nus-discount {
    text-align: right;
    padding-right: 22px;
}

#nus_number {
    width: 110px;
    margin-top: 8px;
    height: 13px;
}

.summary_delivery {
    height: 28px;
    padding-top: 2px;
}

.errors {
    color: red;
}

/* @end */

/* @group Right Column */

.rightwrapper {
    float: right;
    margin-right: 20px;
    position: relative;
    margin-top: 7px;
}

.right_box {
    width: 210px;
    background: #fff url(../images/right_box_bg.gif) repeat-y;
    margin-bottom: 5px;
}

.right_box p {
    margin: 6px 0 0;
    padding-left: 10px;
    text-align: right;
    padding-right: 10px;
}

.right_box a {
    text-decoration: none;
    color: #380183;
    font-weight: bold;
    font-size: 1em;
}

.right_box a:hover {
    color: #404040;
}

.right_hdr {
    height: 31px;
    background: #380183 url(../images/right_box_hdr_bg.gif) no-repeat;
    width: 211px;
}

.right_bottom {
    width: 211px;
    height: 17px;
    background: url(../images/right_box_bottom.gif) no-repeat;
}

.basket_list {
    list-style-type: none;
    padding-left: 10px;
    list-style-type: none;
    margin-top: 8px;
    margin-bottom: 4px;
    margin-left: 0;
}

.basket_item {
    padding-bottom: 5px;
    font-size: 0.9em;
    color: #000;
}

.basket_summary {
    font-weight: bold;
    padding-left: 10px;
    color: #000;
    background-color: #e9e9e9;
    margin-left: 1px;
    padding-top: 4px;
    padding-bottom: 3px;
    font-size: 0.99em;
    display: block;
}

.topseller {
    height: 84px;
    background: url(../images/ts_bg.gif) repeat-x;
    margin-left: 1px;
}

.tsimage {
    padding-left: 1px;
    padding-top: 6px;
    padding-bottom: 4px;
    float: left;
    position: absolute;
    margin-left: 5px;
}

.tsimage img {
    border: 1px solid #eaeaea;
}

.tsdetail {
    float: right;
    position: absolute;
    padding-top: 6px;
    padding-left: 70px;
    width: 140px;
}

.tstitle {
    color: #404040;
    font-weight: bold;
    font-size: 1em;
    padding-right: 5px;
}

.tsprice {
	color: #380183;
    background-color: #eaeaea;
    width: 125px;
    background-image: url(../images/td_price_bg.gif);
    margin-top: 5px;
    padding-left: 5px;
    padding-top: 4px;
    height: 19px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}

.paybox {
    padding-bottom: 3px;
}

/* @end */

/* @end */



/* @group Footer */

.footer {
	width: 1016px;
    width: 1016px;
	text-align: left;
    height: 65px;
    background: #fff url(../images/footer_bg.jpg) no-repeat;
    color: #fff;
    margin-left: -19px;
    margin-bottom: 0;
    clear: both;
    padding: 4px 19px 0 0;
}

.footerlinks {
    float: right;
    padding-right: 30px;
}

.footer p {
    text-align: right;
    padding-top: 5px;
    margin: 0px;
}

.footerlinks a {
	color: #fff;
    text-decoration: none;
}

.footerlinks a:hover {
    text-decoration: underline;
}

/* @end */

.clear {
    clear: both;    
}

/* @Form 

.clear {
	clear: both;	
}

.table_form input {
   border: 1px solid #b8b8b8;
}




	

#id_username, #id_password {
    border: 1px solid #b8b8b8;	
}

#create_account {
    border: 0px;	
}

 @end */
 
 /* @group Form */
 
 #id_username, #id_password, #id_message {
    border: 1px solid #b8b8b8;  
}

 
 #id_country {   
    border: 1px solid #b8b8b8;
}

form.page_form #id_newsletter {
    width: 12px;
}

form.page_form table {
    margin: 0px auto;
    width: 90%; 
    border-collapse: collapse;
}

form.page_form table tr th {
    width: 30%;
    vertical-align: text-top;
}

form.page_form table tr td input {
    width: 300px;
    border: 1px solid #b8b8b8;
    padding: 2px 2px 0px 2px;
}

form.page_form table tr td ul {
    margin: 0px;
    padding: 0px;
}

form.page_form table tr td li {
    list-style: none;
    line-height: 23px;
    vertical-align: super;
    padding-bottom: 3px;
}

form.page_form table th, form table td {
    padding: 8px 0px;
    border-bottom: 1px solid #E4E4E4;  
}


form.page_form table th p {
    margin: 0px 10px 0px 0px;
    text-align: right;
}

form.page_form .help_text {
    margin-top: 5px;
    font-style: italic; 
}

.highlightable tr:hover {
    background-color: #F2F2F2;
    cursor: pointer;
}

/*
#contact_content {
	float: left;
	width: 547px;
	
}
*/

#contact_content dl dt {
    
}

#contact_content dl dd {
    margin: 0;
    margin-bottom: 10px;
}

#contact_content dl {
    float: left;
    font-size: 12px;
    font-family: arial, verdana;
    font-weight: bold;
    width: 250px;  
}

#contact_content dl input {
    border: 1px solid #a4a4a4;
    color: #000;
    font-size: 12px;
    padding-left: 2px;
    width: 220px;
}

#contact_content dl select {
    border: 1px solid #a4a4a4;
    color: #000;
    font-size: 12px;
    width: 200px;
}

#contact_content dl input#id_newsletter,#contact_content dl input#id_remember_me
{
    width: 12px;
}

#contact_content {
    margin-left: auto;
    margin-right: auto; 
    width: 92%;
}


/* @end */

.table_wrapper {
    width: 520px;
    margin-left: 10px;
    margin-top: 10px;    
}

.product_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
}

.product_table th {
    background-color: #e4e4e4;
    border-style: none;
    font-weight: bold;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 6px;
}

.product_table tr {
    border-bottom: 1px solid #e4e4e4;
    font-size: 1em;
}

.product_table td {
    padding-left: 6px;
}

.product_table input {
    margin-bottom: 5px;
    padding-bottom: 0;
    margin-left: 7px;
    float: left;
    margin-top: 7px;
    padding: 0;
    font-size: 0.9em;
}

.product_table img {
    margin-top: 3px;
    margin-bottom: 3px;
}

.error {
    color: red;	
}

.topseller {
    cursor: pointer;	
}

#btn_send {
	border: 1px solid #0773CB;
    background-color: #380183;
    width: 100px;
    text-align: center;
    color: #fff;
}
div.paginator
{
    text-align: left;
    margin: 10px;
}

div.paginator a
{
    color: #fff;
    text-decoration: none;
}

div.paged, div.current_paged {
    height: 15px;
    float: left;
    padding: 2px 5px;
    text-align: center;
    margin-right: 2px;
}

div.paged a, div.current_paged a {
    color: #404040;
}

div.paged {
    background-color: #E3E3E3;
}

div.current_paged {
    background-color: #380183;
}

div.current_paged a {
    color: #fff;
}

.errorlist {
    color: #9a0000;
}

.search_button {
    background: url('../images/go_button.gif') top left no-repeat;
    border: 0;
    font-size: 0;
    width: 36px;
    height: 20px;

}
