/* Color definitions:
 
   #F03528; (240/53/40)   - Red
   #77776E; (119/119/110) - Typography Gray
   #A0A198; (160/161/152) - Light Typography Gray
   #D8D5CB; (216/213/203) - Dark Background Gray (like in the bottom bar with (c) info)
   #F2F2EE; (60/2/95)     - Background Gray
   #F9F9F7; (249/249/247) - Light Background Gray (like in the lighter content boxes on the account page)
   #90C73e; (144/199/62)  - Green (RoHS logo)

   Fonts:
   font-family: Arial, "MS Sans Serif", "Geneva", sans-serif;
   font-family: Georgia, Palatino, Times, "MS Serif", serif;

   Useful to remember:
   margin/padding: top right bottom left;

   $Id: main.css $
 */



body {
  margin: 0;
  padding: 0;
  font-family: Arial, "MS Sans Serif", "Geneva", sans-serif;
  font-size: 12px;
  text-align: center; /* IE hack */
  background-color: #77776e;
  color: #77776e;
}

.center { text-align: center; }
.right { text-align: right; }
.justified { text-align: justify; }

#main {
  width: 980px;
  text-align: left;
  margin: 0 auto 0 auto;
  background-color: #d8d5cb;
  padding: 0px 10px 0px 10px;

  background-image: url("images/framework/background_gradient.png");
  background-repeat: repeat-x;
  background-position: top left;
}

/* The following stuff determines column layout within #main */

.span-1, .span-2, .span-3, .span-4, .span-5 {
  float: left;
  border-top: 4px solid #d8d5cb;
  margin: 0% .5% 0% .5%;
}

.flushleft  { margin-left: 0; }
.flushright { margin-right: 0;  }

.nopadding { padding: 0px; }
.nomargin { margin: 0px; }

.span-1 { width: 19%; }
.span-2 { width: 38%; }
.span-3 { width: 60%; }
.span-4 { width: 76%; }
.span-5 { width: 95%; }

/* Columns within columns - HACK! */
.span-3 .span-1, .span-3 .span-2, .span-3 .span-3 { border: none; }
.span-3 .span-1 { width: 32.5%; }
.span-3 .span-2 { width: 65.5%; }
.span-3 .span-3 { width: 100%; }

/* We need this to get some browsers to expand #main
   to include floated divs. */
div.spacer {
  width: 1px; height: 1px;
  clear: both !important;
}

#header {
  width: 100%;
  position: relative;
  top: 0; left: 0;
  margin-bottom: 6px;
}

/* Baseline link formatting. */
a, a:visited {
  text-decoration: none;
  color: #F03528; 
}
a:hover { text-decoration: underline; }
a.button:link, a.button:active, a.button:hover, a.button:visited { text-decoration: none; }

/* Red links */
.highlight a, .highlight a:visited { color: #F03528; }

form { margin: 0px; }

p, ul { margin-top: 0; }
img, a img { border: none; }

p#footer {
  width: 1000px;
  height: 32px;
  padding-top: 18px;
  margin: 4px auto 1em auto;
  text-align: center;
  vertical-align: middle;
  color: #77776E;
  font-weight: bold;
  background-color: #D8D5CB;
  background-image: url("images/framework/footer.png");
  background-repeat: no-repeat;
  background-position: center left;
}

table.navbar {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  text-align: center;
  border-top: 4px solid black;
}

table.navbar tr td {
  padding: 0;
  height: 34px;
  font-weight: bold;
  font-size: 1.5em;
  border-left: 1px solid #D8D5CB;
  border-right: 1px solid #D8D5CB;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: black;
}

table.navbar tr td a,
table.navbar tr td a:hover,
table.navbar tr td a:visited { color: black; }

table.navbar tr td:hover { text-decoration: underline; }

table.navbar tr td.current,
table.navbar tr td.current:hover
{
  text-decoration: none;
  cursor: auto;
  background-color: #F03528;
  color: white;
}

table.pricing { border-collapse: collapse; }

table.pricing tr th {
  padding-right: .5em;
  text-align: right;
  border-right: 1px solid #D8D5CB;
  vertical-align: middle;
}

table.pricing tr td {
  padding-left: .5em;
  text-align: left;
  vertical-align: middle;
}

table.pricing tr th input {
  border-left: 1px solid #D8D5CB;
  border-top: 1px solid #D8D5CB;
  border-right: none;
  border-bottom: none;
}

input#search {
  border-left: 1px solid #D8D5CB;
  border-top: 1px solid #D8D5CB;
  padding: .5em;
  margin-right: .5em;
  width: 65%;
  color: #73746C;
  font-size: .92em;
  text-decoration: none;   
  vertical-align: middle;
  font-weight: bold;
}

div.search_sections { margin-top: 4px; }

.banner {
  background-color: #f03528;
  color: white;
  padding: 8px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: .92em;
  margin-top: 4px;
  vertical-align: middle;
}

.final_entrie_link {
  background-color: #F2F2EE;
  color: black;
  padding: 8px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 1.1em;
  margin-top: 4px;
  vertical-align: middle;
  margin-top: 10px;
  border: 1px solid #D8D5CB;
}

.banner a, .banner a:visited, .banner a:active, .banner h2, .banner p {
  color: #FFFFFF;
  display: inline;
  font-weight: bold;
}

.banner h2 { margin-right: .5em; }

/* Listing */

.main-title { font-family: Georgia, Palatino, Times, "MS Serif", serif; }

/* Product info */

.img-ftr-txt { color: #4c85a8; }

.input-info, .select-info {
  height: 18px;
  border: 1px solid #dcdcdc;
}

.input-info {
  width: 45px;
  color: #173d54;
  padding-left: 2px;
}

.select-info {
  width: 186px;
  color: #000000;
  padding-left: 2px;
}

/* /////////////////////////////////////////*/
/* OScommerce */
/* /////////////////////////////////////////*/

.button {
  height:18px;
  background-color: #bd2408;
  color: #FFFFFF;
  font-weight:bold;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  cursor: pointer;
}

.red { color: #CC0000; }
.green { color:#33CC66; }
.white { color:#ffffff; }
.yellow { color:#f8f7e7; }

/* pagination styles */

.page { font-weight: bold; }
.page-sep { color: #77a7c5; }
.page-link { color: #71dcff; }

.ship-tit {
  font-family: Georgia, Palatino, Times, "MS Serif", serif;
  color: #1B425A;
  padding-left: 80px;
  padding-top: 10px; 
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix { display: inline; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* IE box model fix class - take 2 aspirin and apply to problem areas */
* html .visualIEFloatFix { height: 0.01%; }

address {
  font-style: normal;
  margin-bottom: 1em;
}

h2, h3 {
  color: black;
  font-weight: bold;
  margin:0 auto;
  
}

h2 { font-size: 1.33em; }
h3 { font-size: 1.16em; }

a.product_name { font-weight: bold; color: #F03528; }

p.sku { font-weight: bold; }

hr {
  border: none;
  background-color: #D8D5CB;
  color: #D8D5CB;
  width: 100%;
  height: 1px;
  margin: 10px 0px;
}

p.togglebutton {
  float: left;
  margin: 0;
  margin-right: .5em;
}

.container {
  background-color: #f2f2ee;
  padding: 0 0 0 0;
  margin: 4px 0 5px 0;
}

.clickable { cursor: pointer; }
.container .title   { padding-top: .75em; }
.container .content { padding-top: .25em;text-align: left; }

.container .title, .container .content {
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: .75em;
  margin: auto 0 auto 0;
}

.container_select { padding: 0px; font-size: 0.92em; }
.container_input { padding: 1px; font-size: 0.92em; }
.container_button { padding: 0px 3px 0px 3px; }

div#resources_content, div#cartbox_content, div#feedback_content {
  font-size: .92em;
}

#feedback {
  font-size: .96em;
}

.feedback_category_header {
  font-weight: bold;
  font-size: 13px;
  font-variant: small-caps;
}

div#product_description_content {
  /* font-family: Georgia, Palatino, Times, "MS Serif", serif; */
}

div#product_reviews_content, div#product_related_content {
  background-color: white;
}

/* News */

div.news {
  margin-bottom: 8px;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

div.news .body {
  line-height: 150%;
  font-family: Georgia, Palatino, Times, "MS Serif", serif;
}

img.news { border: 0px; }

h2.news_title {
  color: #F03528;
  font-style: italic;
  font-family: Georgia, Palatino, Times, "MS Serif", serif;
}

div.news_date { color: #A0A198; }

div.news_date_top {
  float: left;
  padding-top: 10px;
  padding-bottom: 4px;
  font-size: 0.9em;
  color: #77776E; 
}

div.news_comments_total_top {
  float: left;
  padding-top: 10px;
  padding-bottom: 4px;
  font-size: 1.0em;
  font-family: Georgia, Palatino, Times, "MS Serif", serif;
}

div.news_summary {
  color: #77776E;
  text-align: justify;
  line-height: 150%;
}

div.news_summary a, div.news_date a {
  font-style: italic;
  font-family: Georgia, Palatino, Times, "MS Serif", serif;
}

div#past_news .title {
  background-color: #f03528;
  color: white;
  font-weight: bold;
  padding: 8px;
  font-size: .92em;
  margin-top: 4px;
}

div#past_news .title a,
div#past_news .title a:visited,
div#past_news .title a:active,
div#past_news .title h2 {
  color: white;
  display: inline;
}

div#past_news .content {
  background-color: #FFFFFF;
  padding: 0px;
  padding-top: 10px;
}

h2.past_news { color: #FFFFFF; }

/* Product List */

div#product_list .title {
  background-color: #f03528;
  color: white;
  padding: 8px;
  font-size: .92em;
  margin-top: 4px;
  vertical-align: middle;
  padding-left: .5em;
}

div#product_list .title a,
div#product_list .title a:visited,
div#product_list .title a:active,
div#product_list .title h2 {
  color: #FFFFFF;
  display: inline;
}

div#product_list .content {
  background-color: #FFFFFF;
  padding: 0px;
}

table.product_list {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
}

table.product_list tr td {
  padding-bottom: 0px;
  padding-top: 0px;
  padding-right: 8px;
}

div.product_list_d_price {
  color: #F03528;
  font-weight: bold;
}

div.product_list_r_price {
  color: #77776E;
  font-weight: bold;
}

h2.product_related { color: #77776E; }

/* Sort Form */

div.sortform {
  background-color: #F2F2EE;
  color: #77776E;
  padding: 8px;
  font-size: .92em;
}

div.shipping_calculator { background-color: white; }

/* Comments */

h2.comments_title { color: #77776E; }

h3.comments_total {
  color: #F03528;
  font-style: italic;
  font-family: Georgia, Palatino, Times, "MS Serif", serif;
}

div#comments .content {
  background-color: #FFFFFF;
  padding: 0px;
  padding-left: 1.5em;
}

div.comments_start {
  padding: 5px;
  border: 1px solid #AE3F2A;
  background-color: #EEEEEE;
  color: #999999;
  font-weight: bold;
  display: block;
}

.comment_moderate_button { font-size: .8em; }

div.comment_alias {
  color: #F03528;
  font-weight: bold;
  padding: 3px;
  padding-left: 0px;
  float: left;
}

textarea.comment_comment_text {
  margin-left: 5px;
  width: 485px;
  height: 175px;
  padding: 2px;
}

div.comment_add_comment_form { padding: 8px; }

div.comments_bottom_postlink {
  border-top: 1px solid #D8D5CB;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

div.comment_option {
  font-size: 0.8em;
  color: #A0A198;
  display: inline;
  margin-right: 20px;
}

img.comment_option_icon {
  vertical-align: middle;
  margin-right: 2px;
}

div.comment_main_content {
  border-top: 1px solid #D8D5CB;
  padding-top: 20px;
  padding-right: 12px;
}

/* Pager */

div.pager {
  color: #77776E;
  font-size: 0.9em;
  width: 100%;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 4px;
}

div.pager a, div.pager a:visited, div.pager a:active { color: #77776E; }

div.preview_comment { }

span.pager_currentpage {
  color: #77776E;
  font-size: 0.9em;
  padding: 3px 6px 3px 6px;
  border: 1px solid #F03528;
}

/* Product menu stuff (including tree) */

#products a { color: #77776E; }

#product_description .title,
#product_description .content {
  background-color: #F9F9F7;
}

#product_description .content {
  line-height: 180%;
  font-family: Georgia, Palatino, Times, "MS Serif", serif;
}

ul.product_menu, ul.sparktree {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  font-size: 1.08em;
  font-weight: bold;
}

ul.product_menu li {
  height: 17px;
  background-image: url(images/framework/icon_radio_unchecked.gif);
  background-repeat: no-repeat;
  padding-left: 22px;
  padding-top: 2px;
  margin-left: 0;
  margin-bottom: 3px;
  vertical-align: middle;
}

ul.product_menu li.checked {
  background-image: url(images/framework/icon_radio_checked.gif);
  background-color: #F03528;
}

#products ul.product_menu li.checked a,
#products ul.product_menu li.checked a:visited,
#products ul.product_menu li.checked a:active {
  color: white;
}

ul.product_menu li a {
  padding-left: 24px;
  position: relative;
  left: -24px;
}

ul.sparktree li { margin-bottom: 3px; }

ul.sparktree li.closed ul { display: none; }

ul.sparktree li.open ul {
  display: block;
  list-style-type: none;
  margin-left: 3em;
  margin-top: .5em;
  margin-bottom: 1em;
  padding-left: 0;
  font-size: 0.83em;
  font-weight: normal;
}

ul.sparktree li.open ul li {
  margin: 0em auto .5em auto;
}

img.sparktree, img.sparktree_empty {
  vertical-align: middle;
  margin-right: 3px;
  width: 19px;
  height: 19px;
}
img.sparktree { }

ul.sparktree li a, ul.sparktree li strong {
  padding: 2px;
  font-weight: inherit;
}

ul.sparktree li a:hover {
   background-color: white;
   text-decoration: none;
}

.sparktree strong,
.sparktree li ul li strong {
  background-color: #F03528;
  color: white;
}

#currencies a { color: #77776E; }

ul.currency_menu {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  font-size: 1.08em;
  font-weight: bold;
}

ul.currency_menu li {
  height: 17px;
  background-image: url(images/framework/icon_radio_unchecked.gif);
  background-repeat: no-repeat;
  padding-left: 22px;
  padding-top: 2px;
  margin-left: 0;
  margin-bottom: 3px;
  vertical-align: middle;
}

ul.currency_menu li.checked {
  background-image: url(images/framework/icon_radio_checked.gif);
  background-color: #F03528;
}

#currencies ul.currency_menu li.checked a,
#currencies ul.currency_menu li.checked a:visited,
#currencies ul.currency_menu li.checked a:active {
  color: white;
}

ul.product_menu li a {
  padding-left: 24px;
  position: relative;
  left: -24px;
}


/* We have to override the #products-wide link color here: */
#products ul.sparktree li.open ul li a:hover {
  background-color: white;
}

div#tutorial_description .content {
  background-color: #FFFFFF;
  padding-top: 1.0em;
  padding-bottom: 1.0em;
}

#profile_info .title,
#profile_info .content {
  background-color: #F9F9F7;
}

#countdown {
	font-size: 1.7em;
}

.date {
 float:left;
 border-right:1px solid #ccc;
 text-align:center;
 color:#ccc;
 font-weight:700;
 font-family:Arial, Verdana, Sans-Serif;
 margin:0 10px 10px 0;
 padding:7px 10px 7px 0;
 position: relative;
}
.date .day {
 font-size:24px;
 line-height:16px;
}
.date .month {
 font-size:14px;
 line-height:18px;
}
.date .year {
 font-size:10px;
 line-height:10px;
}

.fed-bold {
	font-size:16px;
	font-weight: bold;
	color: black;
}
.flag-box {
	float: right;
}
.account_edit_fieldset {
	text-align: left;
}
.fed-bold2 {
	font-size:16px;
	font-weight: bold;
	color: black;
	float:left;
}
.fed-bold3 {
	font-size:16px;
	font-weight: bold;
	color: black;
	margin-top:20px;
	margin-right: 5px;
	float:left;
	min-width:80px;
}
.fed-bold4 {
	font-size:16px;
	font-weight: bold;
	color: black;
	margin-top:20px;
	margin-right: 42px;
	float:left;
}
.fed-bold5 {
	font-size:16px;
	font-weight: bold;
	color: black;
	float:left;
}
.fed-bold6 {
	font-size:16px;
	font-weight: bold;
	color: black;
	float:left;
	margin-right: 50px;
}
.ta input {
	color:#7F7F7F;
}
.ta td {
	width:77px;
	font-size: 12px;
	font-weight: bold;
}
.ta1 input {
	color:#7F7F7F;
}
.ta1 td {
	width:35px;
	font-size: 12px;
	font-weight: bold;
}
.sm {
	padding-left: 15px;
} 
#ad-ramka {
	width:370px;
}
.ad {
	width: 93px;
	height:auto;
	border:1px solid #D6D4C8;
	background-color: #fff;
	padding: 2px 1px 2px 5px;
	font-size:13px;
	font-weight: bold;
	color: red;
}
.re {
	font-size:11px;
	color: red;
	font-style: italic;
	float:right;
	margin-top: 7px;
}
.remove {
	width: 59px;
	height:21px;
	/*border:1px solid #7F7F7F;*/
	padding: 12px 0px 0px 5px;
	font-size:13px;
	font-weight: bold;
	color: red;
} 
.sepa {
	padding-left:10px;
}
.sepa1 {
	padding-top:7px;
	padding-left:10px;
}
.mestoo {
	height:25px;
}


.preliminary_table td {
	padding: 3px;
}

.preliminary_table tbody td {
	background: #F2F2EE;
}

.preliminary_table thead tr td {
	font-weight: bold;
	color:black;
	background: #D8D5CB;
}


.rounded_top_left {
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;

}

.rounded_top_right {
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

/* Entries Final */ 
h3#comments {
	border-bottom:1px dotted #AAAAAA;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.4em;
	font-weight:normal;
	margin:20px 20px 0 75px;
	padding-bottom:5px;
	position:relative;
}

#success_message {
	display:block;
	margin:30px 20px;
	padding:20px;
	font-family:Helvetica, Arial, sans-serif;
	background:#e6e6e6;
	border:1px solid #aaa;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-align: center;
	color: #707070;
}

form.entries_form {
	padding: 0 20px 0 20px;
    overflow: hidden;
}

form.entries_form,
.oneLine .line input,
.oneLine .line textarea,
.oneLine .line label {
	font-family: Helvetica, Arial;
	font-size: 12pt;
}

form.entries_form p {
    float: left;
    width: 200px;
    position: relative;
    margin: 10px 0;
}

form.entries_form p label {
    position: absolute;
    top: 0;
    left: 0;
}

form.entries_form p br {
    display: none;
}

form.entries_form h1 {
	font-size: 20px;
}

form.entries_form fieldset {
	background-color: #F2F2EE;
	border: 1px solid #D8D5CB;
}

form.entries_form fieldset p input,
form.entries_form fieldset p textarea {
	display: block;
	padding: 5px 4px 2px 4px;
	width: 170px;
    height: 22px;
	margin: 0;
}

form.entries_form fieldset p label {
	width: 190px;
	display: block;
	margin: 8px 5px 5px 6px;
	padding: 0;
}

form.entries_form fieldset p textarea {
    padding: 5px 4px 2px 4px;
	width: 190px;
    height: 22px;
}

form.entries_form fieldset p.image_file {
	padding-left: 20px;
}

/* Chip */
form.entries_form fieldset p.chip  {
	width: 80px;
}


form.entries_form fieldset p.chip label {
	width: 70px;
}

form.entries_form fieldset p.chip input,
form.entries_form fieldset p.chip textarea {
	width: 70px;
}

form.entries_form fieldset p textarea,
form.entries_form fieldset p input {
	border: solid 1px #ccc;
}

form.entries_form fieldset p label {
	color: #777;
}

.entries_header td {
	font-size: 9pt;
	color: #000;
}

/*end of Entries Final */
