/* ----------------------------------------------------
   C O N T E N T S
------------------------------------------------------*/

/* --- HEADERS --- */

#contents h1 {
	color: #2b516f;
	font: normal 18px Tahoma, Arial, Helvetica, serif;
	margin-bottom: 25px;
	text-align: center;
}

/* --- PARAGHRAPHS --- */

#contents p {
	color: #161616;
	line-height: 20px;
	margin: 20px 0 20px 0;
}

/* --- ANCHORS --- */

#contents a {
	color: #007205;
}

#contents a:hover {
	text-decoration: underline;
}

#contents p a {
	font-weight: bold;
}


/* --- IMAGES --- */

#contents a.thumbnail img {
	background-color: #ffffff;
	border: solid 3px #cecece;
	padding: 1px;
}

#contents a.thumbnail:hover img {
	border-color: #007205;
}

#contents a.thumbnail:hover {
	border-width: 0;   /* wakeup IE */
}


/* ----------------------------------------------------
   S P E C S
------------------------------------------------------*/

/* --- ARAK --- */

#contents table.prices {
	border-collapse: collapse;
	color: #161616;
	font-size: 16px;
	font-weight: bold;
	margin: -2px auto;
}

#contents table.prices td {
	padding: 8px 16px 8px 16px;
	text-align: center;
}

#contents table.prices td.topborder {
	border-top: solid 1px #464646;
}

#contents table.prices td.bottomborder {
	border-bottom: solid 1px #464646;
}

#contents table.prices td span.white {
	background-color: #ffffff;
	border: solid 1px #bababa;
	padding: 4px;
}

#contents table.prices td span.yellow {
	background-color: #fff500;
	border: solid 1px #cbc340;
	padding: 4px;
}

#contents table.prices td span.orange {
	background-color: #ec7815;
	border: solid 1px #bf6718;
	padding: 4px;
}

#contents table.prices td span.red {
	background-color: #da251c;
	border: solid 1px #ba1912;
	padding: 4px;
}

#contents table.prices td span.blue {
	background-color: #0093dd;
	border: solid 1px #0a7db8;
	padding: 4px;
}

#contents table.prices td span.green {
	background-color: #009241;
	border: solid 1px #0a823f;
	padding: 4px;
}


/* lol */

#contents table.prices td img.phone {
	float: left;
}


#contents table.prices td p {
	margin: 0 auto;
	padding: 2px;
	width: 130px;
}

#contents table.prices td p.white {
	background-color: #ffffff;
	border: solid 1px #bababa;
}

#contents table.prices td p.yellow {
	background-color: #fff500;
	border: solid 1px #cbc340;
}

#contents table.prices td p.orange {
	background-color: #ec7815;
	border: solid 1px #bf6718;
}

#contents table.prices td p.red {
	background-color: #da251c;
	border: solid 1px #ba1912;
}

#contents table.prices td p.blue {
	background-color: #0093dd;
	border: solid 1px #0a7db8;
}

#contents table.prices td p.green {
	background-color: #009241;
	border: solid 1px #0a823f;
}




/* --- PRODUCT --- */

#contents p.product {
	font-size: 15px;
	letter-spacing: 1px;
	margin: 40px 0 40px 155px;
}

#contents p.product img {
	background-color: #ffffff;
	border: solid 3px #cecece;
	vertical-align: middle;
	padding: 1px;
}

#contents p.product a {
	margin-right: 18px;
}

#contents p.example {
	background: #fafafa;
	border: solid 1px #9a9a9a;
	font-size: 12px;
	margin: 25px 45px 25px 45px;
	padding: 8px;
}

#contents p.example span.high {
	color: #2b516f;
	font-weight: bold;
}

#contents p.example span.reqfield {
	color: #ee1212;
}

#contents .ddfm label span.white {
	background-color: #ffffff;
	border: solid 1px #bababa;
	padding: 1px;
}

#contents .ddfm label span.yellow {
	background-color: #fff500;
	border: solid 1px #cbc340;
	padding: 1px;
}

#contents .ddfm label span.orange {
	background-color: #ec7815;
	border: solid 1px #bf6718;
	padding: 1px;
}

#contents .ddfm label span.red {
	background-color: #da251c;
	border: solid 1px #ba1912;
	padding: 1px;
}

#contents .ddfm label span.blue {
	background-color: #0093dd;
	border: solid 1px #0a7db8;
	padding: 1px;
}

#contents .ddfm label span.green {
	background-color: #009241;
	border: solid 1px #0a823f;
	padding: 1px;
}


/* ----------------------------------------------------
   M I S C
------------------------------------------------------*/

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}

