/* Add This Hack */
#atffc {
    display: none;
}

* {
	outline: none;
}

html,body,h1,h2,h3,h4,ul,li {
	margin: 0;
	padding: 0;
}

form {
	margin: 0px;
	padding: 0px;
}

#li_low li {
	margin-left:50px;
	padding:0px;
}

h1 img {
	display: block;
}

img {
	border: 0;
}

a {
	color: #464544;
}

a:hover {
	color: #777;
}

p {
}

table, tr, td {
	margin: 0;
    font-size: inherit;
}


.left {
	float: left;
}

.right {
	float: right;
}

.more {
	text-align: right;
}

.clear {
	clear: both;
	line-height: 0px;
}

fieldset {
	border: 1px solid #d4d4d4;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

legend {
	color: #555;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}


.button {
    cursor: pointer;
	color: #000;
	font-weight: bold;
}

.button-over {
	cursor: pointer;
	color: #555;
	font-weight: bold;
}

.button-buy {
    cursor: pointer;
	color: #000;
	font-weight: bold;
}

.button-buy-over {
	cursor:pointer;
	color: #fff;
	font-weight: bold;
}

.keyword {
    cursor:pointer;
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

.keyword-over {
	cursor:pointer;
	color: #555;
	font-size: 10px;
	font-weight: bold;
}

.tab-buy {
    cursor:pointer;
	color: #000;
	font-weight: bold;
}

.tab-buy-over {
	cursor:pointer;
	color: #eee;
	font-weight: bold;
}


button {
	background-color: #666;
	color: #fff;
	font-weight: bold;
	border: 1px solid #eee;
	padding: 2px 10px;
	cursor: pointer;
}

button:hover {
	background-color: #777;
}

input, textarea {
	border: 1px solid #BCBCBC;
}

body {
	text-align: center;
	font: 12px verdana, arial, sans-serif;
	color: #695F4C;
	padding-bottom: 10px;
	background-image: url(../images/bg-middle-center.gif);
	background-repeat: repeat;
}

#body_container {
	background: url(../images/bg-top-center.gif) top center repeat-x;
	padding: 0px 0px 20px 0px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 1000px;
	position: relative;
}

#top-head-menu {
	text-align: center;
}

#top-head-menu ul {
	padding: 0;
	margin: 0;
}

#top-head-menu li {
	display: inline;
	padding: 0;
	margin: 0;
}

#bottom-foot-menu {
	padding-top:10px;
	clear: both;
	text-align: center;
}

#bottom-foot-menu .li_buttons li {
	display: inline;
}

#bottom-sitemap li {
	text-align: left;
}

#bottom-sitemap td {
	width: 25%;
	white-space: normal;
	vertical-align: top;
}

#bottom-foot-menu ul li a {
	color: #555;
	text-decoration: none;
}

#bottom-foot-menu ul li a:hover {
	text-decoration: underline;
}

#logout {
	position: absolute;
	top: 10px;
	right: 10px;
	/*left: 454px;*/
	width: 208px;
}

#logout-top {
	background: url(../images/cart_top.gif) no-repeat;
	height: 10px;
}

#logout-bot {
	background: bottom left url(../images/cart_bot.gif) no-repeat;
	height: 10px;
}

#logout-logout {
	background-color: #777;
	padding: 1px 10px;
	color: white;
}

#logout p {
	margin: 0;
	padding: 0;
	padding-bottom: 1px;
}

#logout .orange {
	color: #FFB400;
	font-size: 10px;
}

#logout a {
	color: white;
	font-size: 10px;
}


#header {
	height: 200px;
	position: relative;
	background-color: #fff;
}

#bnr {
	top: 100px;
	left: 125px;
	width: 500px;
	color: #444;
	font-family: arial, verdana, sans-serif;
}

#bnr h1 {
	margin-bottom: 5px;
	font-size: 20px;
}

#bnr p {
	margin: 0;
	font-weight: bold;
}

.not_available {
	padding-left: 15px;
	font-size: 15px;
	color: red;
	font-weight: bold;	
}

#cart {
	position: absolute;
	top: 62px;
	left: 0px;
	width: 200px;
}

#cart-cart {
}

#cart-cart {
	padding: 8px;
	color: #888;
	font-size: 14px;
}

#cart p {
	margin: 0;
}

#cart .orange {
	color: #666;
	font-size: 12px;
}

#cart a {
	color: #555;
	font-size: 10px;
}

#change-currency {
	background-color: #eee;
	padding: 3px 5px;
	margin-bottom: 5px;
	text-align: center;
}

#selected-currency {
	font-weight: bold;
}
	
#nav {
	width: 1000px;
	position: absolute;
	top: 127px;
	text-align: center;
}

#nav ul {
	cursor: default;
}

#nav li {
	list-style: none;
	display: inline;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 2px;
}

#nav a {
	color: #666;
	text-decoration: none;
}

#nav a:hover {
	color: #333;
	text-decoration: underline;
}

#body {
}

#navigation {
	float: left;
	width: 200px;
	font-family: arial, helvetica, sans-serif;
}

#categories {
	font-variant: small-caps;
}

#categories ul {
	margin-bottom: 10px;
}

#categories ul li { /*padding-bottom: 2px;
  padding-top: 2px;*/
	
}

#categories li {
	background: #eee left no-repeat;
	border-top: 1px solid #F4EFDF;
	list-style: none;
	font-size: 12px;
	padding: 7px 0 8px 15px;
}

#categories a {
	text-decoration: none;
	color: #000000;
}

#categories a:hover {
	text-decoration: underline;
}

.box-item {
	background-color: #fff;
}

.box-item button {
	font-size: 12px;
	padding: 1px 3px;
}

.box-item input, .box-item select {
	font-size: 14px;
	font-weight: bold;
}

.box-item h1, #content .box-item h1 {
	color: #5B9FB7;
	font-weight: normal;
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 6px;
	border-bottom: 1px solid #dde;
}

.box-item h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #555;
}

.box-item ul, .box-item ol {
}

.box-item ul li { 
	list-style: none;
	font-size: 12px;
	padding: 3px 0;
	padding-left: 15px;
	
}

.box-item ol li { 
	font-size: 12px;
	padding: 2px 0;
}

.box-item #welcome a {
	text-decoration: underline;
}

.box-item a {
	text-decoration: none;
}


.box-item a:hover {
	text-decoration: underline;
	color: #777;
}

.line-break {
	border-top: 1px solid #dde;
}

.other_categories {
	margin-top: 6px;
	margin-bottom: 5px;
	border-top: 1px solid #ccc;
	line-height: 1px;
}

#suppliers_list_move_up {
	text-align: center;
	text-decoration: none;
	display: block;
}

#suppliers_list_move_down {
	text-align: center;
	text-decoration: none;
	display: block;
}

#suppliers_list {
	overflow: hidden;
	height: 0px;
}

.box {
	overflow: hidden;
	height: 0px;
}

.box_open {
    overflow: hidden;
}

#suppliers_list_items {
	text-align: center;
	overflow: hidden;
}

.supplier_list_over {
	border: 1px solid #bbb;
	margin:1px;
	padding: 0px;
}

.supplier_list_out {
	border: none;
	margin:1px;
	padding: 1px;
}

#suppliers_image_list_items {
	text-align: center;
	overflow: hidden;
}

#content {
	color: #666; 
	background-color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

#content img {
	margin: 4px;
}

#content,#collection {
	float: right;
	width: 780px;
    overflow: hidden;
}

#content ul {
	padding-top: 10px;
	padding-bottom: 10px;
}

#content li {
	padding-top: 3px;
	padding-bottom: 3px;
	list-style-type: square;
	list-style-position: inside;
}

#content p,#collection p {
	margin: 0.9em 0;
}

#content h1 {
	font-size: 18px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

#content h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #555;
}

.please_wait {
	font-size: 22px;
}

.please_wire {
	font-size: 16px;
}

.more a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.more a:hover {
	text-decoration: underline;
}

.step {
	font-weight: bold;
	text-align: center;
	background-color: #777;
	color: white;
	padding: 3px 20px;
}

.payment_row_selected {
	background-color: #d1e5ef;
	color: #444;
}

.payment_row_over {
	background-color: #e5f5f5;
	color: #666;
}


h3 {
	font: bold 14px "arial narrow", arial, sans-serif;
	color: #1B1812;
}

.tabledata {
	font-family: arial, verdana, sans-serif;
}

.tabledata th {
	background-color: #777;
	font-weight: bold;
	padding: 3px 10px;
	color: white;
}

.tabledata td {
	padding: 5px 10px;
}

.tabledata tr.odd {
	background-color: #eee;
}

.tabledata tr.even {
	background-color: #e4e4e4;
}

.tabledata tr td.name {
	font-weight: bold;
}

.tabledata tr td.total {
	font-weight: bold;
	padding: 5px 10px;
	text-align: right;
	border: 1px solid #D4D4D4;
	font-size: 15px;
}

.table4 {
	font-family: arial, verdana, sans-serif;
}

.table4 th {
	background-color: #efefef;
	font-weight: bold;
	padding: 1px 10px;
	color: #666;
}

.table4 td {
	padding: 0px 10px;
}

.price {
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0;
}

.r_price {
	font-weight: bold;
	font-weight: regular;
	text-decoration: line-through;
	font-size: 14px;
	padding: 5px 0;
}

.s_price {
	font-weight: bold;
	color: red;
	font-size: 14px;
	padding: 5px 0;
}

.cart_actions {
	text-align: center;
}

.cart_actions a{
	padding: 5px 10px;
	background-color: #777;
	font-weight: bold;
	color: white;
}

#copyright {
	clear: both;
	text-align: center;
	font-size: 9px;
	padding: 7px;
	color: #666;
	margin-top: 15px;
}

.similar_products {
	margin-top: 30px;
	font-size: 12px;
}

.similar_products_title {
	padding-left: 5px;
	background-color: #d5d5d5;
	margin-top: 10px;
	margin-bottom: 5px;
}

.similar_products_title h2 {
}

.similar_product {
	padding: 10px;
	margin: 15px 0;
	border: 1px dashed #C9C9C9;
	background-color: #dcd5c5;
}

.similar_product_image {
	float: left;
	padding-right: 15px;
}

.similar_product_name {
	font-size: 12px;
	font-weight: bold;
	color: #050505;
}
.similar_product_desc {
	padding: 5px;
}

.similar_product_price {
	float: right;
	padding: 10px;
	color: black;
	font-weight: bold;
	font-size: 14px;
}

.similar_product_bottom {
	clear: both;
}

.similar_products_dd {
	font-size: 12px;
	padding: 10px 5px;
	font-weight: bold;
}

#content .product_box h2 {
	font-size: 22px;
	font-weight: bold;
}

#content .product_box_small h2 {
	font-size: 14px;
	font-weight: bold;
}

.stock_status {
	color: #8eb6cf;
	font-weight: bold;
	white-space: nowrap;
}

.product_box_image {
	padding-top: 5px;
	vertical-align: top;
	padding-right: 10px;
}

.product_box_image img {
	border: 1px solid #eef;
}

.product_box_desc {
	vertical-align: top;
	padding-bottom: 0px;
	height: 100%;
}

.product_box_desc a {
	font-size: 14px;
	text-decoration: none;
}
.product_box_supplier_text {
	white-space: nowrap;
	font-size: 10px;
}

.product_box_packaging_text {
	white-space: nowrap;
	font-size: 10px;
}

.product_box_price_text {
	white-space: nowrap;
	font-size: 10px;
}

.product_box_supplier {
	width: 50%;
	white-space: nowrap;
	font-size: 12px;
}

.product_box_packaging {
	white-space: normal;
	font-size: 12px;
}

.product_box_price {
	white-space: nowrap;
	color: #8eb6cf;
	font-weight: bold;
	font-size: 18px;
}

.product_box_special_price {
	white-space: nowrap;
	color: #004c93;
	font-weight: bold;
	font-size: 18px;
}

.support_navi {
	font-size: 10px;
	margin-bottom: 25px;
	background-color: #EFEFEF;
}

.support_navi .title {
	color: white;
	background-color: #777;
	font-weight: bold;
	padding: 3px 10px;
	text-align: right;
	font-size: 12px;
	font-family: sans-serif;
}

.support_navi .action {
	padding: 5px;
	padding-bottom: 0;
	background-color: white;
	border: 1px solid #EEE;
	border-left: 10px solid #EEE;
	width: 200px;
	height: 22px;
	font-size: 12px;
	font-family: sans-serif, arial;
}

.support_navi .action a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.support_navi .action a:hover {
	text-decoration: underline;
}

.support {
	font-size: 10px;
}

.support_main {
	margin-bottom: 25px;
}

.support_main a {
}

.support_main table tr td {
	font-size: 11px;
}

.support_success_message {
	margin-bottom: 10px;
	background-color: white;
	padding: 10px;
	border: 3px solid black;
	font-weight: bold;
	font-size: 12px;
}
.support_inbox{
	width: 100%;
	min-height: 500px;
	margin-bottom: 30px;
}


.support_inbox tr th{
	padding: 4px 5px;
	color: #666;
	font-size: 10px;
	text-align: left;
}

.support_inbox tr td{
	padding: 3px 5px;
	border-bottom: 1px solid #efefef;
	font-size: 11px;
}

.support_inbox tr:hover{
}

.support_inbox tr td a {
	color: #666;
	text-decoration: none;
}

.support_inbox tr td a:hover{
	text-decoration: inherit;
	font-weight: inherit;
}

.support_inbox .unread td{
	font-weight: bold;
	color: #666;
}

.support_inbox .selected{
	background-color: #d1e5ef;
	font-weight: bold;
}

.support_inbox .selected a{
	color: #000;
}

.support_inbox .selected:hover{
}

.support_inbox .flags{
	width: 12px;
}
.support_inbox .subject{
	width: 200px;
}
.support_inbox .from{
	width: 200px;
}
.support_inbox .received{
	width: 200px;
}

.support_message{
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}

.support_message .shead{
	padding: 5px;
	font-weight: bold;
	padding-left: 40px;
	font-size: 11px;
}

.support_message .shead table tr td{
	font-weight: bold;
	padding: 3px;
}

.support_message .details{
	color: black;
	font-weight: bold;
	font-size: 11px;
}

.support_message .details table tr td{
	color: #666;
	font-size: 10px;
	text-align: left;
}

.support_message .attachments {
	background-color: #EFEFEF;
	color: #888;
	padding: 5px;
	font-weight: bold;
	padding-left: 40px;
	font-size: 11px;
}

.support_message .attachments table tr td{
	color: white;
	font-weight: bold;
	padding: 3px;
}

.support_message .attachments p{
	color: #888;
}

.support_message .sent{
	background-color: #CCC;
}

.support_message .received{
}

.support_message .actions{
	text-align: right;
}

.support_message .actions input {
	border: 1px solid #EFEFEF;
	background-color: #fff;
	font-weight: bold;
	padding: 2px 20px;
	cursor: pointer;
	margin: 5px 10px;
}

.support_message .actions input:hover{
	background-color: #DDD;
}

.support_view_message{
}

.support_error{
	font-weight: bold;
	background-color: red;
	color: white;
	padding: 5px 15px;
	font-family: sans-serif;
	font-size: 14px;
}

.support_view_message div{
	width: inherit;
	border: 1px solid #efefef;
	min-height: 200px;
	padding: 6px;
}

.support_view_message textarea{
	width: 100%;
	height: 300px;
	border: 0;
}

.notification {
	font-weight: bold;
	color: #464544;
}

.warning {
    color: #338;
	font-weight: bold;
}

.errors {
    color: #338;
	font-weight: bold;
}

.our-mistake {
    color: #ff4444;
    font-weight: bold;
}

.conditions_text {
	background-color: #eee;
}

.slider-bar-clip {
	overflow:auto;
	overflow-x:hidden;
	overflow-y:hidden;
}

.slider-bar-info a {
    color: #8ac;
}

.order .cell {
    vertical-align: top;
    padding: 4px;
}
