/* CSS Document */

* {
	margin:0; padding:1;
	font-size:100%;
}

body{
	background:#009ACD;
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:outside outside none;}

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


html, input, textarea
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.813em;
		line-height:1.385em;
		color:#6a6568;
	}

input, select { vertical-align:middle; font-weight:normal;}

p {padding-top:18px;}

/* ============================= main layout ====================== */

.main-bg {background:#009ACD;}
.top-tail {background:#009ACD;}

li {}
li a {color:#ff9736; font-style:normal;}

h2 {font-size:1.692em; color:#4F4F4F; font-weight:normal; margin-bottom:24px;}

.imgindent {margin:0 20px 0 0; float:left;}

/* ============================= header ====================== */

#header {font-size:0.769em; line-height:1em; text-transform:uppercase;}
#header a {font-style:normal; color:#fff; text-decoration:none;}
#header a:hover {text-decoration:underline; color:#fff;}

#header a.mp { padding-top:10px; /*border:1px solid red;*/ margin-top:4px; display:block; height:15px; width:50px;}

.row1 {padding:15px 30px 17px 30px;}
.submenu {float:right; padding-top:14px;}


.submenu li {display:inline; line-height:1em; background:url(images/submenu-devider.gif) no-repeat 0 2px; padding-left:7px; margin-left:3px;}
.submenu li a {color:#413e40; text-decoration:none;}
.submenu li a:hover {text-decoration:underline;}
.submenu .first {background:none;}

#header p.go_cart a,
#header p.go_cart a:link,
#header p.go_cart a:visited,
#header p.go_cart a:active	{ color:#2f2d2e; text-decoration: none; background:url(/images/dotline.gif) repeat-x 0px 20px; margin-right:0px; font-family:Trebuchet MS; font-size:12px; text-transform:uppercase; padding:5px 2px;}
#header p.go_cart a:hover	{ color:#2f2d2e; text-decoration: none; background:url(/images/dotline_sel.gif) repeat-x 0px 15px;}

/* ============================= content ====================== */

#content {padding:20px 20px 44px 30px;}
.col-pad {padding-right:20px;}

.margin1 {margin-top:40px;}
.margin2 {margin-top:10px;}

.link {background:#59a80f url(images/link-right-bg.gif) right top no-repeat; color:#fff; text-decoration:none; text-transform:uppercase; display:inline-block; margin-top:17px; font-size:1.231em; line-height:1.2em;}
.link strong {background:url(images/link-left-bg.gif) left top no-repeat; display:inline-block; padding:6px 10px 0 9px; height:23px;}

.gallery {margin-right:-31px;}
.gallery img {margin-right:31px;}
.phone {float:right;}

/* ============================= footer ====================== */

#footer {color:#fff; font-size:0.769em; line-height:1em; text-transform:uppercase; padding:22px 29px 0 31px;}
#footer a {color:#fff; font-style:normal; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
#footer span {float:right;}

/* ============================= forms ============================= */

#NewsletterForm {background:#ff9736; padding:30px 0 20px 31px; margin:40px 20px 0 0;}
#NewsletterForm .input {border:none; width:183px; padding:5px 0 4px 5px; background:none;}
#NewsletterForm a {color:#cf1616; text-transform:uppercase; font-size:.769em; line-height:1em; font-style:normal;}
#NewsletterForm h2 {margin-bottom:15px;}
#NewsletterForm input {vertical-align:top;}
#NewsletterForm label {height:34px; display:block; background:url(images/input-bg.gif) no-repeat 0 0; vertical-align:top;}

#ContactForm label {height:36px; display:block;}
#ContactForm .col-1 {width:274px !important;}
#ContactForm .col-2 {width:318px !important;}
#ContactForm .taright {text-align:right;}
#ContactForm .link {margin-left:15px;}

.input {width:256px; border:1px solid #a4a4a4; background:#323031; padding:4px 0 3px 5px; font-size:1em; color:#a4a4a4;}
textarea {width:311px; height:95px; border:1px solid #a4a4a4; background:#323031; padding:0 0 0 5px; overflow:auto; font-size:1em; color:#a4a4a4;}





/*Font in table*/
table
{
	font-size:90%;
}

/*Links*/
a:link {color: #000000; text-decoration:none;}
a:visited{color:#808080; text-decoration:none;}
a:active {color: #2775C; text-decoration:none;}
a:hover{color:#000000; text-decoration:none;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0;
}

#container
{
	width:778px; 
	height:100%;
	/*position:absolute;
	left:50%;
	margin-left:-390px;*/
	margin: 0 auto;
	text-align: left;
	background:#95ACCA url(images/header_bg.gif) repeat-x;
}

#search
{
	color:#E1E1E1;
	position:absolute;
	right:55px;
	top:6px;
}

#login
{
	position:absolute;
	right:75px;
	top:55px;
	color:#E1E1E1;
}

#login a
{
	color:#E1E1E1;
	text-decoration:none;
}
#login a.profile-link
{
	text-decoration:underline;
}

#menu
{
	position:absolute;
	bottom:0;
	*bottom:-1px; /*IE hack*/
	left:18px;
}


#printer
{
	float:right;
	font-size:85%;
	background:url(images/printer.gif) left center no-repeat;
	padding-left:16px;
}

#printer a
{
	text-decoration:none;
	color:#787878;
}

#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}

.table-border-color
{
	background-color:#8E8E8E;
}

.table-bottom-corner
{
	background:#8E8E8E url(images/bottom_corner_bg.gif) repeat-x;
}


/*Content table*/
#content
{
	background:#fff;
	height:85%;
	min-height:85%;
	border-collapse:collapse;
}

/*Left column*/
#content .left-column
{
	vertical-align:top;
	height:100%;
	padding:0;
	/*padding-left:5px;
	padding-right:5px;*/
	padding-top:34px;
	background:#F5F5ED url(images/left-column-bg.gif) left top repeat-x;
}

/*Main column*/
#content .main-column
{
	width:100%;
	vertical-align:top;
	padding:0 15px;
	background:#fff url(images/right_shadow.gif) right top repeat-y;
}

#bottom_banner
{
	text-align:center;
	margin:10px;
}

/*Data table*/
table.data-table
{
	border:1px solid #C4C4C3;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #C4C4C3;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#F2F2EA;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #C4C4C3;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#fff;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}


/*Forum*/


/*Forum menu*/ 
table.forum-menu {border-left: 1px solid #DAE7DF; border-top: 1px solid #DAE7DF; } 
table.forum-menu td.forumtoolbar {background-color: #F2F2EA; border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF; border-right: 1px solid #C4C4C3; border-bottom: 1px solid #C4C4C3; } 
.forumtoolsection {border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF; border-right: 1px solid #C4C4C3; border-bottom: 1px solid #C4C4C3; } 
.forumtoolseparator {border-left: 1px solid #C4C4C3;border-right: 1px solid #FFFFFF; } 

table.forum-menu a, table.forum-menu select, table.forum-menu input, table.forum-menu td {color:#333}

/* menu popup */
.forum-menu-hidden-in {border: 1px solid #C4C4C3;} 
table.forum-menu-popup-table td, table.forum-menu-popup-table td a { color: black;} 
table.forum-menu-popup-table td.forum-menu-popup, table.forum-menu-popup-table td.forum-menu-popup-hover {border: none; background-color: #F2F2EA; } 
table.forum-menu-popup-table td.forum-group{background-color:#F2F2EA; color:#333;} 
table.forum-menu-popup-table td.forum-menu-popup-hover {background-color: #F9F9F3;} 
div.forum-group{background-color:#F9FBF9; font-weight:bold; color:#333;} 

/*Forum index and list*/ 
table.forum-main {border: 1px solid #C4C4C3;} 
table.forum-main td {background-color:#F9F9F3;border: 1px solid #C4C4C3;} 
table.forum-main th {background-color:#F2F2EA;border: 1px solid #C4C4C3;color: #333;vertical-align: top;} 

div.forum-hr {background-color:#C4C4C3}
div.filter-check-hover {background-color:#F2F2EA}

a.forum-button:link,a.forum-button:visited,a.forum-button:active,a.forum-button:hover {background: #F2F2EA;border: 1px solid #C4C4C3;color: #333;} 
table.forum-main td small {font-size:100%;} 
table.forum-main td.forum-group {background-color:#F2F2EA; color:#333;} 
div.forum-title {border: 1px solid #C4C4C3; padding: 5px; background-color: #F2F2EA !important; color:#333; } 

/*Forum messages*/ 
table.forum-message {} 
table.forum-message td {background-color: #F9F9F3;border: none;} 
table.forum-message td.forum-message-user-info {background-color: #F9F9F3;border: 1px solid #C4C4C3;border-right-width: 1px;} 
table.forum-message td.border-top {border: 1px solid #C4C4C3;border-left-width: 1px;border-top: none;} 
table.forum-message td.border-bottom {border: 1px solid #C4C4C3;border-left-width: 1px;border-bottom: none;} 

table.forum-message .forum-message-posts, 
table.forum-message .forum-message-status, 
table.forum-message .forum-message-datereg, 
table.forum-message .forum-message-datecreate {color:#333;} 

a.forum-button-small,
a.forum-button-small-vote,
a.forum-button-small-unvote 
{
	background-color: #F2F2EA;
	border: 1px solid #C4C4C3;
	color: #333; 
	font-size: 11px; 
	height:20px;
	padding: 2px 5px 2px 5px;
	box-sizing:border-box; -moz-box-sizing:border-box;
}
a.forum-button-small-vote, a.forum-button-small-unvote {padding-left:18px;}
a.forum-button-small:hover,a.forum-button-small-vote:hover,a.forum-button-small-unvote:hover {color: #333; } 

/*Forum statistics*/ 
table.forum-stat {} 
table.forum-stat th {background-color:#F2F2EA;border: 1px solid #C4C4C3;color: #333;font-weight:bold;padding:5px;} 
table.forum-stat td {background-color:#F9F9F3;border: 1px solid #C4C4C3;} 
table.forum-stat .forum-attention{font-size: 100%;color: black;} 

/*Post form*/ 
table.forum-post-form {border: 1px solid #C4C4C3;} 
table.forum-post-form td {background-color:#F9F9F3;border: 1px solid #C4C4C3;} 
table.forum-post-form th {background-color:#F2F2EA;border: 1px solid #C4C4C3;} 
table.forum-smile {border: 1px solid #C4C4C3;} 
table.forum-smile th {background-color:#F2F2EA;border: 1px solid #C4C4C3;} 
table.forum-smile img { margin: 0px;} 
textarea#POST_MESSAGE{width:100%;} 

/* Only for user-profile*/ 
table.fuser {} 
table.fuser-static th {background-color:#F2F2EA; border:1px solid #C4C4C3;} 
table.fuser-static td {background-color:#F9F9F3; border:1px solid #C4C4C3;} 

/* Tab controls*/ 
table.tabs {border-left:1px solid #C4C4C3;} 
table.tabs td {} 
table.tabs td.tab-indent-left {border-bottom:1px solid #C4C4C3;} 
table.tabs td.tab-indent-right {border-bottom:1px solid #C4C4C3;} 
table.tabs td.tab-container {border:1px solid #C4C4C3; border-left: none;} 
table.tabs td.tab-container-selected {border:1px solid #C4C4C3; border-bottom:1px solid #F9FBF9; border-left: none; background-color:#F9FBF9;} 

table.tabs table td.tab {border-top:1px solid #C4C4C3;} 
table.tabs table td.tab-selected {border-top:1px solid red;} 
table.tabs table td.tab-hover {border-top:1px solid #C4C4C3;} 

/* Tab inside edit form */ 
table.tab {border:1px solid #C4C4C3; border-top:none;} 
table.tab td {background-color:#F9F9F3;}

.forum-menu-hidden-in
{
	max-height:100px;
	height:expression(this.scrollHeight > 100? "100px" : "auto");
}

table.forum-quote td, table.forum-code td 
{
	background-color:#F2F2EA; /*th*/
	border:1px solid #C4C4C3;
}

table.forum-reviews-messages td, table.forum-reviews-messages th
{
	background-color:#F9F9F3; /*td*/
	border-color:#C4C4C3;
}

a.button-small
{
	background:#F2F2EA;
	border:1px solid #C4C4C3;
}

/*Support*/
div.ticket-edit-message
{
	border-color: #C4C4C3;
}

/*Blogs*/

table.blog-table-post td, table.blog-table-post th, table.blog-blog-edit th, table.blog-user-table td.head, table.blog-table-post-comment td, table.blog-table-post-comment th
{
	background-color:#F9F9F3;
}


table.blog-blog-edit td, table.blog-blog-edit-table-smiles, table.blog-table-post td, table.blog-table-post th, table.blog-blog-edit th,
table.blog-user-table td.head, table.blog-user-table td, table.blog-group td, table.blog-category td, table.blog-comment-form th, table.blog-comment-form td,
table.blog-table-post-comment td, table.blog-table-post-comment th
{
	border-color: #C4C4C3;
}

.blog-post-date 
{
	color:#333;
}

table.blog-table-post-table th, table.blog-table-post-table td, table.blog-table-post-comment-table th, table.blog-table-post-comment-table td
{
	font-size:95%;
}

.blogtoolblock {border-color:#C4C4C3;}
.blogtoolbar {background-color:#F9F9F3;border-color:#C4C4C3;border-top:none;}
.blogtoolsection {border-color:#C4C4C3}
.blogtoolbutton, .blogmessbuttontext {color:#333;}
a.blogtoolbutton, .blogmessbuttontext{color:#333;}
.blogtoolseparator {border-left:1px solid #C4C4C3;border-right:1px solid #F9F9F3;}

/* social network*/
div.socnet-informer {padding:3px;}
div#sonet_events_ms_message {width:140px;}
table.sonet-user-profile-friend-box tbody td, table.sonet-user-profile-friend-box td
{
	padding:5px 0px;
}

table.sale_order_full_table {border:none;}
table.sale_order_full_table td {border:none; text-align:left;}