@import url("layout.css");
@import url("left_content.css");
@import url("rating.css");
@import url("menu.css");
@import url("jquery.tooltip.css");

/* Elements styles */
* {
	margin: 0;
	padding: 0;
    font-family: Arial,Verdana,"Trebuchet MS";
    font-size: 10px;
}

form {
	margin: 0;
	padding: 0;
}

body {
    font-weight: normal;
    background-color: #FFFFFF;
    text-align: center;
}

img {
    border: none;
}

a:link, a:visited {
	color: #009999;
	text-decoration: underline;
}

a:hover {
	color: #009999;
	text-decoration: none;
}

p {
    line-height: 18px;
}

select,input,textarea {
    font-family: Arial,Verdana,"Trebuchet MS";
    font-size: 10px;
    font-weight: normal;
    border: 1px solid #FFCE33;
    color: #000000;
}

input {
	background-color: #ffecc6;
}

.ie6Fix {
   behavior: url("iepngfix.htc");
}

.ie6Fix2 {
   behavior: url("pngbehavior.htc");
}

.advSearchContainer * {
  /*font-size: 10px;*/
}

h1 {
   font-size: 18px;
}

h1.whiteText, h1.whiteText a:link, h1.whiteText a:hover, h1.whiteText a:visited{
  cursor: default;
  text-decoration: none;
  font-size: 13px;
  color: #FFFFFF;
  margin-bottom: 5px;
}

h1#reviewIt {
  font-size: 14px;
  margin-bottom: 10px;
}

h2 {
	font-size: 16px;
}
/* Text styles */
a.whiteLinks:link, a.whiteLinks:visited {
	color: #fafe8b;
	text-decoration: none;
}

a.whiteLinks:hover {
	text-decoration: underline;
}

.offer .whiteLinks {
  font-size: 14px;
}

a.blackLinks:link, a.blackLinks:visited {
	color: #000000;
	text-decoration: underline;
}

a.blackLinks:hover {
	text-decoration: bnone;
}

input.textInput {
	
}

input.checkboxInput {
    border: none;
    background-color: transparent;
}


input.buttonInput {
	border: 1px solid #FFCE33;
	background-image: url(../images/submit_bt_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	cursor: pointer;
    color: #000000;
}

input.buttonInput:hover {
	background-image: url(../images/submit_bt_bg_hover.gif);
}

textarea.textareaInput {
  width: 300px;
  height: 200px;
}

a.orderButton:link, a.orderButton:visited {
	display: block;
	height: 16px;
	background: #FFECC6 url(../images/submit_bt_bg.gif) repeat-x top left;
	border: 1px solid #FFCE33;
	line-height: 16px;
	width: 30px;
	text-align: center;
	color: #000000;
	text-decoration: none;
}

a.orderButton:hover {
	background: #FFECC6 url(../images/submit_bt_bg_hover.gif) repeat-x top left;
	text-decoration: none;
}

a.bigButton:link, a.bigButton:visited {
	height: 23px;
	background: #FFECC6 url(../images/submit_big_bt_bg.gif) repeat-x top left;
	line-height: 23px;
	width: 50px;
    font-size: 14px;
    margin-top: 10px;
}

a.bigButton:hover {
	background: #FFECC6 url(../images/submit_big_bt_bg_hover.gif) repeat-x top left;
}

a.navButton:link, a.navButton:visited {
	display: block;
	height: 16px;
	background: #D3FF3D url(../images/nav_button_bg.gif) repeat-x top left;
	border: 1px solid #D3FF3D;
	line-height: 16px;
	width: 30px;
	text-align: center;
	color: #000000;
	text-decoration: none;
    float: left;
    margin-left: 3px;
}

a.navButton:hover {
	background: #D3FF3D url(../images/nav_button_bg_hover.gif) repeat-x top left;
	text-decoration: none;
}

span.navCell {
  width: 30px;
  padding-left: 3px;
  padding-right: 3px;
  white-space: nowrap;
  display: block;
  text-align: center;
  /*Opera suge pula*/
  height: 16px;
  background: #D3FF3D url(../images/nav_button_bg.gif) repeat-x top left;
  border: 1px solid #D3FF3D;
  line-height: 16px;
  width: 30px;
  margin-left: 3px;
}

html>body span.navCell {
  width: auto;
  min-width: 30px;
}

a.navButtonNumber, a.navButtonNumber:visited {
   border: 1px solid #D3FF3D;
   line-height: 16px;
   height: 16px;
   width: 16px;
   display: block;
   text-align: center;
   color: #000000;
   text-decoration: none;
   float: left;
   margin-left: 3px;
   margin-bottom: 3px;
}

a.navButtonNumber:hover {
   background-color: #D3FF3D;
   font-weight: bold;
}

span.navButtonNumberActive {
  width: 16px;
  white-space: nowrap;
  display: block;
  float: left;
  text-align: center;
  /*Opera suge pula*/
  height: 16px;
  border: 1px solid #D3FF3D;
  background-color: #D3FF3D;
  line-height: 16px;
  width: 16px;
  margin-left: 3px;
  font-weight: bold;
  text-decoration: none;
}

html>body span.navCell {
  width: auto;
  min-width: 16px;
}

.required, .error {
  font-weight: bold;
  font-size: 14px;
  color: #ff5b4e;
}

.error {
	font-size: 11px;
}

.emphOrange {
  font-weight: bold;
  color: #FFCE33;
}

.whiteText {
	color: #404040;
}

.bigger {
  font-size: 12px;
}

.whiteTextWhite {
	color: #ffffff;
}

.whiteTextBold {
	color: #FFFFFF;
	font-weight: bold;
}

.greyText {
  color: #405C6A;
}

.biggerMessage {
  font-size: 12px;
}

.floatLeft .whiteText, .floatRight .whiteText {
	color: #939293;
	font-weight: bold;
}

.nowrap{
	white-space: nowrap;
}

#header {

}

#content {
  background-image: url(../images/introduction_bg.gif);
  background-position: top left;
  background-repeat: repeat-x;
}

#footer {
  background-image: url(../images/footer_bg.jpg);
  background-position: bottom left;
  background-repeat: repeat-x;
  text-align: left;
}

#logoNumedia {

}

#nav, #rest {

}

.offerImage {
  margin-right: 4px;
  margin-left: 4px;
  cursor: default;
}

.offerImagePreview{
  cursor: pointer;
}

.purpleContainers {
  text-align: left;
  background-image: url(../images/searchbox_bg.jpg);
  background-repeat: repeat-x;
  background-position: top left;
  white-space: nowrap;
  background-color: #A88DAC;
  padding: 3px;
  width:205px;
}

.logoBack {
	background-image: url(../images/login_bg.jpg);
	background-repeat: repeat-x;
	width:  175px;
    padding-right: 4px;
}

.logoBottomBack {
	background-image: url(../images/fingertips_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #C6F83C;
}

.offersSeparator {
  height: 0px;
}

a.titleLink:link, a.titleLink:visited {
  color: #000000;
}

a.titleLink:hover {
  color: #000000;
}

a.greyLink:link, a.greyLink:visited {
  color: #405C6A;
  text-decoration: underline;
}

a.greyLink:hover {
  text-decoration: none;
}

.floatLeft a.titleLink, .floatRight a.titleLink {
	color: #5741fe;
	font-weight: bold;
}

table.offerData td {
  padding-right: 3px;
}

div.shortDescription {
   /* height: 70px;*/
    margin-bottom: 5px;
}

.imageKhakiMask {
  float: left;
  background-image: url(../images/khaki_photo_mask.png);
  background-repeat: no-repeat;
  background-position: bottom;
  height: 60px;
  width: 60px;
  margin-left: 3px;
  margin-right: 3px;
}

.topText {
  margin-left: 5px;
  margin-right: 5px;
  height: 45px;
}

.topLineContainer {
  height: 15px;
  line-height: 15px;
}

.topLine {
  height: 0;
  border: 0;
  border-top: 2px solid #FFFFFF;
  margin: 7px;
}

.khaki {
  background-color: #C3D26B;
}

.khakiHeader {
    background-image: url(../images/khaki_header_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
    height: 28px;
    width: 270px;
    padding-left: 8px;
}

.khakiFooter {
    background-image: url(../images/khaki_footer_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
    height: 20px;
    width: 270px;
}

.imageOrangeMask {
  float: left;
  background-image: url(../images/orange_photo_mask.png);
  background-repeat: no-repeat;
  background-position: bottom;
 /* height: 60px;*/
  width: 60px;
  margin-left: 3px;
  margin-right: 3px;
}

.orange {
  background-color: #FFDC7F;
}

.orangeHeader {
    background-image: url(../images/orange_header_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
    height: 28px;
    width: 270px;
    padding-left: 8px;
}

.orangeFooter {
    background-image: url(../images/orange_footer_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
    /*height: 20px;*/
    width: 270px;
}

.offerHeader {
    background-image: url(../images/offer_header_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
    height: 28px;
    font-size: 13px;
    color: #FFFFFF;
}

.offerHeader a:link, .offerHeader a:visited {
    color: #FFFFFF;
    font-size: 13px;
    text-decoration: underline;
}

.offerHeader a:hover {
  text-decoration: none;
  font-size: 13px;
}

.offer {
  background-color: #B9C62E;
}

.offerFooter {
    background-image: url(../images/offer_footer_bg.png);
	background-repeat: no-repeat;
	background-position: left;
    height: 6px;
    line-height: 6px;
}

.offerDateAdded {
  background-color: #D2F73B;
}

.reviewsContainer {
    background-image: url(../images/reviews_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
    height: 234px;
}

.reviewsFooter {
    background-image: url(../images/reviews_footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
    height: 8px;
    line-height: 8px;
}

.reviewsHeader {
    background-image: url(../images/reviews_header_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
    height: 6px;
    width: 585px;
    line-height: 6px;
}

.reviews {
  background-color: #BEDBEB;
}

.reviewsAuthor {
  background-color: #8DBFE2;
}

.advRegHeaders {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 6px;
  margin-top: 4px;
  border-bottom: 1px solid #000000;
}

.advRegCell {
  padding-left: 4px;
}

span.checkboxCell {
  width: 100px;
  padding: 3px;
  white-space: nowrap;
  display: block;
  float: left;
}

html>body span.checkboxCell {
  width: auto;
  min-width: 100px;
}

.advRegCategs td {
  font-size: 9px;
}

img.flags {
  cursor: pointer;
  margin-right: 4px;
}

#imagePreview {
  padding: 5px;
  background-color: #FFFFFF;
  border: 2px solid #CCCCCC;
}

#imagePreviewLegend {
  color: #404040;
  font-weight: bold;
  font-size: 13px;
}

