/* Global Styles ---------- */
Z
html, body	{width:100%; height:100%;}
*			{margin: 0; padding: 0;}

img			{border-style: none; vertical-align:top; text-decoration:none;}
checkbox	{border: none; border-style: none;	padding: 0;}

.bold		{font-weight:bold;}
.strike		{text-decoration:line-through;}
.clr		{clear: both;}
.fl			{float: left;}
.fr			{float: right;}
.pa			{position: absolute;}
.pf			{position: fixed;}
.pr			{position: relative;}
.ps			{position: static;}
.db			{display: block;}
.din		{display: inline;}
.dn			{display: none;}
.dt			{display: table;}
.dtrow		{display: table-row;}
.dtcol		{display: table-column;}
.dtcell		{display: table-cell;}
.pmz		{margin: 0; padding: 0;}
.tlz		{top: 0; left: 0;}

/* Clear Spacer CSS */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clear_2px {
    clear: both;
	font-size: 2px;
    height: 2px;
    line-height: 2px;
}
.clear_4px {
    clear: both;
	font-size: 4px;
    height: 4px;
    line-height: 4px;
}
.clear_5px {
    clear: both;
	font-size: 5px;
    height: 5px;
    line-height: 5px;
}
.clear_6px {
	clear: both;
    font-size: 6px;
    height: 6px;
    line-height: 6px;
}
.clear_10px {
	clear: both;
    font-size: 10px;
    height: 10px;
    line-height: 10px;
}
.clear_15px {
	clear: both;
    font-size: 15px;
    height: 15px;
    line-height: 15px;
}
.clear_20px {
	clear: both;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
}

input {
    line-height: 16px;
    border: 1px solid #EAE9FC;
    border-bottom: 1px solid #CCCCCC;
    font-family: "Arial", "Verdana", "San-Serif";
    font-size: 11px;
    color: #000000;
    padding: 1px;
}


input.submitButton {
	border: none;
}

textarea {
	min-width: 300px;
	width: 100%;
    border: 1px solid #EAE9FC;
    border-top: 1px solid #CCCCCC;
    font-family: "Arial", "Verdana", "San-Serif";
    font-size: 11px;
    color: #000000;
    padding:2px;
}

textarea#message {
	width: 370px;
	height: 200px;
	background-color: #fff;
}

select {
    border: 1px solid #EAE9FC;
    border-top: 1px solid #CCCCCC;
    font-family: "Arial", "Verdana", "San-Serif";
    font-size: 11px;
	color: #000000;
}

/*
div.contactMessage {
	width: 400px;
	height: 200px;
}
*/

#message {
    background:inherit;
    border:1px solid #dddddd;
    font-family: "Arial", "Verdana", "San-Serif";
    font-size:13px;
    color: #333;
    padding:5px;
    width: 100%;
	z-index: 110000;
}

#specials_block {
	padding-bottom: 15px;
}

.show_message_layer {
	position: absolute;
    padding: 4px;
    margin: 1px;
	line-height: 18px;
	font-family: "Arial", "Verdana", "San-Serif";
    font-size: 14px;
	color: #333;
    background: #fcfcfc;
    border: 1px solid #dddddd;
	text-align: center;
    z-index: 110000;
}

.show_message_layer a {
	color: #000;
	text-decoration: underline;
}

.show_message_layer a:hover {
	color: #c14311;
	text-decoration: underline;
}

.error_message {
    background: inherit;
	width: 98%;
	color: #c80000;
    font-size: 14px;
	line-height: 22px;
}

.contact_us_from_error_message {
	background: inherit;
	color: #c80000;
    font-size: 14px;
	line-height: 22px;
}

.message_layer {
	background: inherit;
	width: 100%;
	line-height: 18px;
	color: #c80000;
	font-family: "Arial", "Verdana", "San-Serif";
    font-size: 14px;
	text-align: center;
    z-index: 10;
}

.general_title_layer {
	width: 100%;
	margin: 10px 0 0 0;
	text-align: left;
}

.login_form_button_layer {
	width: 100%;
	height: 32px;
	margin: 0;
	padding: 0;
	text-align: center;
	border: none;
}

/* GLOBAL DIV ID's */

div#content_basket {
	display: block;
	width: 100%;
	height: auto;
	line-height: 30px;
	padding: 10px 0 0 0;
}

#border_layer {
    border:1px solid #EEEEEE;
}

#contact_us_layer {
	width: 100%;
	min-height: 100px;
	height: auto;
	margin: 0;
	border: none;
}

#contact_us_table {
	width: 90%;
	margin: 0 0 25px 15px;
}

#login_layer {
	width: 100%;
	min-height: 400px;
	height: auto;
	margin: 0;
	border: none;
}

#list_specials_layer {
	width: 100%;
	min-height: 400px;
	height: auto;
	margin: 0;
	border: none;
}

#most_popular_item_layer {
	width: 100%;
	min-height: 250px;
	height: auto !important;
	margin: 10px 0 0 5px;
	border: none;
}

#registration_layer {
	width: 98%;
	min-height: 100px;
	height: auto;
	margin: 0 0 0 18px;
	border: none;
}

#registration_table {
	width: 95%;
	border: none;
	margin: 0 0 0 15px;
	padding: 0;
}

/* GLOBAL LAYER / TABLE Styles */

.global_user_interface_layer {
    position: relative;
	float: left;
	width: 100%;
	min-height: 100px;
	height: auto;
	background: inherit;
	margin: 0;
	padding: 0;
	border: none;
	overflow: visible;
}

.global_user_interface_layer p {
    padding: 5px;
	background: inherit;
}

.global_user_interface_layer_container {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.global_user_interface_table {
    width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: inherit;
}

div.registerButton {
	width: 180px;
	padding: 0px 0 0 38px;
	text-align: center;
}

div.buttons {
	width: 260px;
	margin: 0 0 0 -5px;
}

div.buttons ul li {
	display: inline;
	list-style-type: none;
	line-height: 30px;
}

div.buttons div.buttonspacer {
	width: 10px;
	height: 20px;
	padding: 0 5px;
}

div.buttons li.buttonspacer {
	width: 10px;
	height: 20px;
	padding: 0 5px;
}

td.form_field_title {
	background: inherit;
	margin: 0;
	padding: 0;
	width: 30%;
	border: none;
}

td.form_field_title div, span {
	background: inherit;
	color: #333;
}

td.form_field_input {
	background: inherit;
	width: 68%;
	margin: 0;
	padding: 0;
}

table#user_account_details {
	width: 95%;
	min-height: 100px;
	height: auto;
	margin: 0 0 0 18px;
	border: none;
	background: inherit;
}

table#user_account_details .details_column_1 table, td {
	width: auto;
	background: inherit;
	font-size: 14px;
	line-height: 20px;
}

table#user_account_details .details_column_1 table, td a {
	font-size: 14px;
}

table#user_account_details div.user_account_details_title {
	width: 100%;
	background: inherit;
	font-size: 14px;
}

table#user_account_details div.user_account_details_sub_title {
	width: 100%;
	background: inherit;
	font-size: 14px;
	text-transform: uppercase;
}

table#user_account_details td.form_field_title {
	width: 40%;
	background: inherit;
	font-size: 14px;
}

table#user_account_details td.form_field_title span {
	background: inherit;
	font-size: 14px;
	line-height: 20px;
}

table#user_account_details div.form_field_data {
	width: 60%;
	background: inherit;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 0 17px;
}

div.form_message {
	width: 400px;
	height: auto;
}

.loading_layer {
    position: absolute;
    background-color: #666666;
    width: 900px;
    height: 100%;
    visibility: hidden;
    text-align: center;
    z-index: 10;
    float: none;
}

.titlebar {
	width: 100%;
    height: 40px;
	top: 0;
	line-height: 16px;
	text-align: center;
    text-decoration: none;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #999;
}

div.login-page-login-text {
	width: 425px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 13px;
}

div.login-page-register-text {
	width: 250px;
	height: auto;
	margin: 10px 0 0 20px;
	padding: 0;
	font-size: 13px;
}

/* Search css start */

.search { float: left; }

.search div.search_left {
	top: 0px;
	float: left;
	height: 30px;
	width: 60px;
	padding: 4px 0 0 0;
	text-align: center;
	color: #ffffff;
	background-color: inherit;
	font-family: inherit;
	font-weight: 600;
	/*background: url("../images/search_left.png");*/
	z-index: 3;
}

.search div.search_center {
	float: left;
    width: 205px;
    height: 30px;
	background-color: #fff;
	border: 1px solid #cdcdcd;
    /*background: url("../images/search_center.png") top left repeat-x;*/
	margin: 2px 0 0 0;
    padding: 0;
	z-index: 5;
}

div.search_center #searchphrase {
	border: none;
    height: 12px;
    width: 150px;
    line-height: 12px;
    font-size: 12px;
    color: #000000;
	margin-top: 3px;
	padding: 3px 0 0 5px;
	background-color: #ffffff;
	z-index: 4;
}

#dowhat_search {}

.search div.search_right {
	top: 0px;
	float: left;
	height: 23px;
	width: 65px;
	margin: 0;
	background: url("../images/searchButton.gif") no-repeat;
	cursor: pointer;
	z-index: 3;
}

.search div.search_right p {
	height: 23px;
	width: 65px;
	padding: 4px 0 0 8px;
}
/* Search css end */

.media_article_title {
	background: inherit;
	width: 100%;
	line-height: 22px;
	margin: 0;
	padding: 0;
	color: #191919;
	font-family: "Times New Roman", Times, serif;
	/*font-family: 'Open Sans', 'sans-serif';*/
	font-size: 18px;
	font-weight: 400;
}

.media_article_title ul li {
	list-style-type: none;
}

.media_article_title h1 {
	color: #191919;
	font-family: "Times New Roman", Times, serif;
	/*font-family: 'Open Sans', 'sans-serif';*/
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}

.media_article_text {
    width: 95%;
	height: auto;
    font-size: 13px;
	font-family: inherit;
	line-height: 16px;
	margin: 10px 0 0 18px;
	padding: 0;
}

.media_layer {
    width: 95%;
	height: auto;
    font-size: 16px;
	font-family: inherit;
	line-height: 19px;
	margin: 10px 0 0 18px;
	padding: 0;
}

.media_article_text a {
	color:#c14311;
	text-decoration: underline;
}

.media_article_text a:hover {
	color: #c14311;
	text-decoration: none;
}

.media_layer a {
	color:#c14311;
	text-decoration: underline;
}

.media_layer a:hover {
	color: #000;
	text-decoration: none;
}

.media_layer ul {
	display: list-item;
	margin: 0;
	padding: 0 0 0 18px;
	list-style-type: none;
}

.media_article_text ul {
	display: list-item;
	margin: 0;
	padding: 0 0 0 18px;
	list-style-type: none;
}

.media_layer li {
	display: list-item;
	list-style-type: disc;
	list-style-image: none;
	line-height: 18px;
	padding: 0;
}

.media_article_text li {
	display: list-item;
	list-style-type: disc;
	list-style-image: none;
	line-height: 18px;
	padding: 0;
}

.media_index_separator {
	clear: both;
	width: 100%;
	height: 10px;
}

.cart_title h1 {
	color: #191919;
	/*font-family: "Times New Roman", Times, serif;*/
	font-family: 'Open Sans', 'sans-serif';
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 10px 12px;
	padding: 0;
}

div#news_left, .newsindex {
	width: 190px;
	line-height: 18px;
}

div#news_right, .newsitems {
	width: 400px;
	line-height: 18px;
	margin: 0 0 0 8px;

}

.newsitems h2 {
	font-size: 13px;
	font-weight: bold;
	color: #cc0000;
}

.new_items_divider {
	float: left;
	width: 100%;
	margin: 10px auto 10px auto;
}