/*
	Laurynas Karvelis, made.By
	main CSS declarations
*/

@import url("reset.css");

.fLeft {
	float: left !important;
}

.fRight {
	float: right !important;
}

.fClear {
	clear: both !important;
}

.aRight {
	text-align: right;
}

.aLeft {
	text-align: left;
}

.aCenter {
	text-align: center;
}

.aCenter2 {
	margin-left: auto;
	margin-right: auto;
}

.aJustify {
	text-align: center;
}

.vTop {
	vertical-align: top;
}

.vMiddle {
	vertical-align: middle;
}

body {
	font-family: arial;
	font-size: 14px;
	line-height: 16px;
}

a {
	color: #2b84dd;
	text-decoration: underline;
}

a:hover {
	color: #cc0065;
}

ul {
	list-style: none;
	list-style-position: inside;
}

ol {
	list-style: decimal;
	list-style-position: inside;
}

strong {
	font-weight: bold;
}

hr {
	display: block;
	background-color: #2b84dd;
	height: 3px;
	border: 0;
	margin: 10px 0;
	width: 100%;
}

h1 {
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	color: #37404a;
	margin: 10px 0;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	color: #37404a;
	margin: 18px 0 10px 0;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	color: #37404a;
	margin: 10px 0;
	font-weight: bold;
}

p {
	font-size: 14px;
	line-height: 18px;
}

table {
	border-collapse: collapse;
}

th {
	border: 1px solid #d7dbe0;
	padding: 5px 10px;
	background-color: #2d93f8;
	color: white;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

td {
	border: 1px solid #d7dbe0;
	padding: 5px 10px;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
}

input {
	font-family: Arial;
}

label {
	font-size: 13px;
	cursor: pointer;
}

em {
	font-style: italic;
}

.zebro {
	background-color: #ecf6ff;
}

#container {
	width: 960px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

#topMenu {
	height: 24px;
	background: transparent url(../images/topMenuBG.png) no-repeat;
	padding: 0 10px;
}

#topMenu ul {
}

#topMenu ul li {
	float: left;
}

#topMenu ul li.separator {
	background: transparent url(../images/separator.png) no-repeat right center;
}

#topMenu ul li a {
	display: block;
	font-size: 12px;
	color: white;
	text-decoration: none;
	padding: 3px 20px;
}

#topMenu ul li a:hover {
	text-decoration: underline;
}

#topMenu ul li a.active {
	text-decoration: underline;
}

#header {
}

a.logo {
	display: block;
	padding-top: 15px;
	width: 317px;
}

#menu {
	padding-top: 10px;
}

#menu ul {
}

#menu ul li {
	float: left;
}

#menu ul li a {
	display: block;
	width: 124px;
	height: 35px;
	font-size: 14px;
	color: white;
	text-decoration: none;
	background: transparent url(../images/menu.png) no-repeat right center;
	margin: 0 20px 0 0;
	text-align: center;
	padding-top: 8px;
	text-transform: uppercase;
}

#menu ul li a:hover {
	background: transparent url(../images/menuActive.png) no-repeat right center;
}

#menu ul li a.active {
	background: transparent url(../images/menuActive.png) no-repeat right center;
}

#topContainer {
	height: 322px;
	background: transparent url(../images/topContainerBG.png) no-repeat;
}

.leftPart {
	float: left;
	width: 650px;
	padding-left: 30px;
	padding-top: 20px;
}

.rightPart {
	float: right;
	width: 250px;
	padding-top: 30px;
	padding-left: 30px;
}

#topContainer h1 {
	font-size: 32px;
	line-height: 46px;
	font-weight: bold;
	color: white;
	background: transparent url(../images/dots.png) repeat-x bottom;
	margin: 0 0 5px 0;
}

#topContainer h2 {
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	color: white;
	margin: 0 0 10px 0;
}

#topContainer h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: white;
	margin: 0;
}

#topContainer p {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: white;
}

#topContainer2 .iconDefault {
	float: left;
	margin: 10px 10px 0 30px;
	background: transparent url(../images/iconDefault.png) no-repeat;
	width: 36px;
	height: 45px;
}

#topContainer2 .iconBlog {
	float: left;
	margin: 10px 10px 0 30px;
	background: transparent url(../images/iconBlog.png) no-repeat;
	width: 39px;
	height: 45px;
}

#topContainer2 .iconDUK {
	float: left;
	margin: 10px 10px 0 30px;
	background: transparent url(../images/iconDUK.png) no-repeat;
	width: 63px;
	height: 45px;
}

#topContainer2 h1 {
	float: left;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: white;
	margin: 0 0 0 0;
	padding: 16px 0 0 20px;
}

#mainMenu {
	padding: 10px 0;
}

#mainMenu a {
	color: white;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 16px 0 0 20px;
	text-align: center;
}

#mainMenu a.demo {
	float: left;
	width: 209px;
	height: 31px;
	background: transparent url(../images/demoButton.png) no-repeat;
	margin-left: 5px;
}

#mainMenu a.order {
	float: left;
	width: 317px;
	height: 31px;
	background: transparent url(../images/orderButton.png) no-repeat;
	margin-left: 25px;
}

#topContainer .comment {
	float: left;
	height: 24px;
	margin-left: 30px;
	padding-left: 30px;
	margin-top: 10px;
	display: inline;
	background: transparent url(../images/clock.png) no-repeat left center;
}

#topContainer #slideControls {
	float: right;
}

#slideControls {
	padding-right: 25px;
	padding-top: 15px;
}

#slideControls .back, #slideControls .pause, #slideControls .next, #slideControls .play {
	float: left;
	padding: 0 5px;
}

#mainContainer {
	padding-top: 15px;
}

#didYouKnow {
	width: 621px;
	min-height: 60px;
	background: transparent url(../images/didYouKnowBG.png) no-repeat;
	padding: 5px 20px 0 80px;
}

#didYouKnow .title {
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
}

#didYouKnow .content {
	font-size: 14px;
	padding-top: 7px;
	padding-bottom: 10px;
}

#didYouKnow .source, .answer .source {
	text-align: right;
	font-size: 11px;
	font-style: italic;
	color: #949ea8;
	padding-right: 15px;
	padding-bottom: 5px;
}

#didYouKnowFooter {
	width: 721px;
	background: transparent url(../images/didYouKnowFooterBG.png) no-repeat bottom;
	height: 12px;
	margin-bottom: 15px;
}

.contentContainer {
	width: 721px;
	background: transparent url(../images/contentBG.png) no-repeat;
}

.noBG {
	background: none !important;
}

.contentContainerWraper {
	padding: 10px 20px 5px 20px;
}

.contentContainerWraper2 {
	padding: 0 20px 0 20px;
}

.contentContainer .header {

}

.contentContainer .header h1 {
	font-size: 20px;
	font-weight: bold;
	color: #37404a;
	margin: 0 0 5px 0;
}

.contentContainer .header h2 {
	font-size: 12px;
	font-weight: normal;
	color: #949ea8;
	margin: 0;
}

.contentContainer .blocksContainer {
	padding-top: 10px;
}

.contentContainer .blocksContainer .separator {
	background-color: #2b84dd;
	height: 3px;
}

.contentContainer .blocksContainer .block {
	float: left;
	width: 207px;
	padding-right: 20px;
}

.block {
}

.block h1 {
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	color: #2d93f8;
	margin: 8px 0 0 0;
}

.block p {
	line-height: 22px;
}

.block li {
	margin: 15px 0;
	padding: 0px 0 0px 15px;
	background: transparent url(../images/arrow2.png) no-repeat left top;
}

.block .content {
}

.block .head1, .block .head2, .block .head3, .block .head4 {
	padding-left: 40px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 10px;
	height: 50px;
}

.block .head1 {
	background: transparent url(../images/type1.png) no-repeat;
}

.block .head2 {
	background: transparent url(../images/type2.png) no-repeat;
}

.block .head3 {
	background: transparent url(../images/type3.png) no-repeat;
}

.block .head4 {
	background: transparent url(../images/type4.png) no-repeat;
}

.contentContainerFooter {
	width: 721px;
	height: 12px;
	background: transparent url(../images/contentFooterBG.png) no-repeat;
}

#haveQuestions {
	width: 199px;
	background: transparent url(../images/questionsBG.png) no-repeat;
	padding: 10px 10px 0 10px;
}

#haveQuestions h1 {
	float: left;
	font-size: 18px;
	line-height: 23px;
	color: #cc0065;
	font-weight: normal;
	margin: 5px 0 0 0;
}

#haveQuestions a {
	display: block;
	color: #cc0065;
	font-weight: normal;
	text-decoration: none;
	background: transparent url(../images/questionImg.png) no-repeat;
	padding: 0 0 0 50px;
}

#haveQuestions a:hover {
	color: #2b84dd;
	text-decoration: underline;
}

#haveQuestionsFooter {
	width: 219px;
	height: 12px;
	background: transparent url(../images/questionsFooterBG.png) no-repeat;
	margin-bottom: 15px;
}

#reviews {
	width: 199px;
	background: transparent url(../images/reviewsBG.png) no-repeat;
	padding: 10px 10px 0 10px;
}

#reviewsFooter {
	width: 219px;
	height: 12px;
	background: transparent url(../images/reviewsFooterBG.png) no-repeat;
}

#reviews .item {
	border-top: 1px solid white;
	margin-top: 10px;
}

#reviews h1 {
	font-size: 18px;
	margin: 3px 0 0 3px;
	font-weight: normal;
}

#reviews h1 a {
	text-decoration: none;
	color: #37404a;
}

#reviews h1 a:hover {
	text-decoration: underline;
}

#reviews p {
	font-size: 12px;
	padding: 0 10px 0 30px;
	background: transparent url(../images/qout.png) no-repeat top left;
	margin: 10px 0 0 3px;
}

#reviews ul {
	padding: 10px 0 0 0;
}

#reviews ul li {
	padding: 4px 0;
}

#reviews ul li a {
	display: block;
	color: #cc0065;
	text-decoration: none;
	padding-left: 20px;
	margin-left: 5px;
	background: transparent url(../images/arrow4.png) no-repeat top left;
}

#reviews ul li a:hover {
	text-decoration: underline;
}

#reviews .source {
	font-size: 12px;
	font-weight: bold;
	color: #2b84dd;
	text-align: right;
	padding: 8px 10px 0 0;
}

#reviews .company {
	font-size: 11px;
	text-align: right;
	padding: 0 10px 0 0;
}

#footerConainer {
	background: transparent url(../images/footerBG.png) no-repeat;
	margin-top: 15px;
	padding: 15px 0 0 0;
}

#footerConainerFooter {
	height: 12px;
	background: transparent url(../images/footerFooterBG.png) no-repeat;
}

#footerConainer p {
	font-size: 12px;
	line-height: 16px;
	color: white;
}

#footerConainer .footerLeft {
	float: left;
	width: 570px;
	background: transparent url(../images/separator2.png) repeat-y right;
	padding: 10px 0 0 30px;
}

#footerConainer .footerRight {
	float: right;
	width: 340px;
	padding: 0 0 0 20px;
}

.footerMenu {
	padding-top: 20px;
	padding-bottom: 15px;
}

.footerMenu a {
	color: white;
	text-decoration: underline;
	font-size: 11px;
	background: transparent url(../images/arrow.png) no-repeat left center;
	padding: 1px 0 1px 15px;
}

.footerMenu a.active, .footerMenu a:hover {
	background: transparent url(../images/arrowActive.png) no-repeat left center;
}

.footerMenu a:hover {
	text-decoration: none;
}

.footerMenu ul {
	clear: both;
}

.footerMenu li {
	float: left;
	width: 173px;
}

.footerRight h1 {
	font-size: 18px;
	font-weight: normal;
	color: white;
	margin: 10px 0 15px 0;
}

.footerRight div {
	padding: 2px 0;
}

.footerRight img {
	float: left;
}

.footerRight .inner {
	float: left;
	height: 16px;
	line-height: 16px;
	padding: 0 0 0 5px;
}

.footerRight a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

.footerRight strong {
	font-size: 16px;
}

#topContainer2 {
	height: 66px;
	background: transparent url(../images/topContainer2BG.png) no-repeat;
}

.pageHeader {
	border-bottom: 1px solid #e8e8e8;
}

.pageHeader h1 {
	color: #2d93f8;
	font-size: 18px;
	font-weight: normal;
}

.pageHeader img {
	float: left;
	margin: 7px 10px 0 0;
}

.pageHeader h1.iconDefault2 {
	float: left;
}

.contentContainer ul li {
	background: transparent url(../images/arrow3.png) no-repeat;
	padding-left: 20px;
	margin: 4px 0;
	line-height: 18px;
}

.contentContainer .item {
	padding: 5px 10px 10px 10px;
	margin: 0 10px;
}

.contentContainer .item .creted {
	float: left;
	font-size: 11px;
	color: #949ea8;
}

.contentContainer .item .category {
	float: right;
}

.contentContainer .item .category a {
	font-size: 11px;
	color: #cc0065;
	text-decoration: none;
}

.contentContainer .item .category a:hover {
	text-decoration: underline;
}

.contentContainer .item .category a:hover {
	text-decoration: underline;
}

.contentContainer .item h1 {
	padding-bottom: 10px;
	border-bottom: 1px solid #d7dbe0;
}

.contentContainer h1 a {
	font-size: 18px;
	font-weight: normal;
	color: #37404a;
	text-decoration: none;
	cursor: pointer;
}

.contentContainer h1 a:hover {
	text-decoration: underline;
	color: #cc0065;
}

.contentContainer p {
	padding: 5px 0 2px 0;
}

.contentContainer .itemHover {
	background-color: #fffddd;
}

.gap10 {
	height: 10px;
}

.readMore {
	height: 14px;
	margin: 10px 0 0 0;
}

.readMore a {
	padding: 0 0 0 15px;
	background: transparent url(../images/readMore.png) no-repeat;
	font-size: 11px;
}

.content {
	padding-top: 10px;
}

.paging {
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 14px;
}

.borderBottom {
	border-bottom: 1px solid #e8e8e8;
}

.borderTop {
	border-top: 1px solid #e8e8e8;
}

.paging ul {
	padding: 0px !important;
	margin: 0px;
}

.paging ul li {
	display: inline;
	list-style-type: none;
	background: none;
	padding: 0px 0px 0px 0px !important;
	background: none !important;
}

.paging ul li a {
	color: #2d93f8;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 7px 5px 7px;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
}

.paging ul li.short a {
	background: transparent url(../images/pagingSimple.png) no-repeat;
}

.paging ul li.longRight a {
	background: transparent url(../images/pagingLongRight.png) no-repeat right;
	padding-right: 30px;
}

.paging ul li.longLeft a {
	background: transparent url(../images/pagingLongLeft.png) no-repeat left;
	padding-left: 30px;
}

.paging ul li a:hover {
	text-decoration: underline;
	color: #cc0065;
}

.paging ul li.short a:hover {
	background: transparent url(../images/pagingSimpleHover.png) no-repeat;
}

.paging ul li span {
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	color: white;
	padding: 4px 7px 5px 7px;
	background: transparent url(../images/pagingActive.png) no-repeat;
}

.contentContainer .dukItem {
	margin: 10px 0 0 0;
	background: transparent url(../images/dukBG.png) no-repeat;
	background-color: white;
}

.contentContainer .dukItemFooter {
	height: 2px;
	background: transparent url(../images/dukFooterBG.png) no-repeat;
	background-color: white;
	margin: 0 0 10px 0;
}

.contentContainer .dukActive {
	background-color: #ecf6ff;
}

.contentContainer .dukItem h1 {
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	background: transparent url(../images/dukInActive.png) no-repeat;
	padding: 3px 10px 2px 25px;
	margin: 0 0 0 10px;
}

.contentContainer .dukActive h1 {
	background: transparent url(../images/dukActive.png) no-repeat;
}

.contentContainer .dukItem p {
	font-size: 12px;
	padding: 5px 10px 10px 30px;
}

.contentContainer .dukItem li {
	font-size: 12px;
	background-position: 0px 2px;
}

.contentContainer .dukItem ul {
	margin: 0 20px 0 35px; 
	padding: 0 0 10px 0;
}

.contentContainer .dukItem .answer {
}

.dukComment {
	min-height: 21px;
	line-height: 21px;
	padding: 10px 10px 10px 35px;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	background: transparent url(../images/warning.png) no-repeat left center;
}

.dukComment p {
	font-size: 12px;
	padding: 2px 0 0 0 !important;
}

.dukComment a {
	background: transparent url(../images/arrow3.png) no-repeat;
	padding-left: 15px;
	margin-left: 10px;
}

#topContainer3 {
	height: 146px;
	background: transparent url(../images/topContainer3BG.png) no-repeat;
}

#topContainer3 .item {
	float: left;
	margin: 10px 0 0 10px;
	padding: 5px 0 5px 0;
}

#topContainer3 .item.active {
	width: 330px;
}

#topContainer3 .item.pasive, #topContainer3 .item.passed {
	width: 300px;
}

#topContainer3 .step1BG {
	float: left;
}

#topContainer3 .step1BG.active {
	background: transparent url(../images/step1_active.png) no-repeat;
	width: 43px;
	height: 43px;
}

#topContainer3 .step1BG.passed {
	background: transparent url(../images/step1_passed.png) no-repeat;
	width: 34px;
	height: 34px;
}

#topContainer3 .step2BG {
	float: left;
}

#topContainer3 .step2BG.active {
	background: transparent url(../images/step2_active.png) no-repeat;
	width: 48px;
	height: 52px;
}

#topContainer3 .step2BG.pasive {
	background: transparent url(../images/step2_pasive.png) no-repeat;
	width: 34px;
	height: 34px;
}

#topContainer3 .step2BG.passed {
	background: transparent url(../images/step2_passed.png) no-repeat;
	width: 43px;
	height: 43px;
}

#topContainer3 .step3BG {
	float: left;
}

#topContainer3 .step3BG.active {
	background: transparent url(../images/step3_active.png) no-repeat;
	width: 54px;
	height: 62px;
}

#topContainer3 .step3BG.pasive {
	background: transparent url(../images/step3_pasive.png) no-repeat;
	width: 43px;
	height: 43px;
}

#topContainer3 .stepContent {
	float: left;
	padding-left: 10px;
}

#topContainer3 .stepContent.active {
	width: 250px;
}

#topContainer3 .stepContent.pasive, #topContainer3 .stepContent.passed {
	width: 240px;
}

#topContainer3 .stepContent h1 {
	margin: 0 0 10px 0;
}

#topContainer3 .stepContent h1 a {
	color: inherit;
	text-decoration: none;
}

#topContainer3 .stepContent h1 a:hover {
	text-decoration: underline;
}

#topContainer3 .stepContent.active h1 {
	font-size: 24px;
	font-weight: bold;
	color: white;
}

#topContainer3 .stepContent.pasive h1 {
	font-size: 20px;
	font-weight: normal;
	color: #c9e0f7;
}

#topContainer3 .stepContent.passed h1 a {
	font-size: 20px;
	font-weight: bold;
	color: white;
}

#topContainer3 .stepContent p {
	color: white;
}

#topContainer3 .stepContent.active p {
	font-size: 12px;
}

#topContainer3 .stepContent.pasive p, #topContainer3 .stepContent.passed p {
	font-size: 11px;
}

#topContainer3 .stepContent .passedBG {
	height: 44px;
	background: transparent url(../images/passedBG.png) no-repeat;
	margin-left: 50px;
	margin-top: 15px;
}

#topContainer3 .separator {
	margin: 0px 10px;
	background: transparent url(../images/dots.png) repeat-x top;
	height: 4px;
}

#topContainer3 .comment {
	height: 24px;
	line-height: 30px;
	margin-left: 10px;
	padding-left: 30px;
	background: transparent url(../images/clock.png) no-repeat left center;
	color: white;
	
	padding-top: 5px;
}

.contentContainer .designTemplates .item {
	float: left;
	width: 202px;
	margin: 0;
	padding: 0;
}

.contentContainer .designTemplates .item.spacer0 {
	padding-right: 19px;
}

.contentContainer .designTemplates .item.spacer1 {
	padding-left: 19px;
	padding-right: 19px;
}

.contentContainer .designTemplates .item.spacer2 {
	padding-left: 18px;
}

.contentContainer .designTemplates .item a {
	display: block;
}

.contentContainer .designTemplates hr {
	margin: 20px 0;
}

.contentContainer .designTemplates .item img {
	display: block;
	border: 1px solid #d9dde1;
}

.contentContainer .controlContainer {
	padding-top: 10px;
}

.contentContainer .controlContainer a.order {
	float: left;
	width: 56px;
	height: 23px;
	background: transparent url(../images/orderTemplate.png) no-repeat left center;
	text-decoration: none;
	color: white;
	font-weight: bold;
	line-height: 23px;
	padding-left: 23px;
	font-size: 12px;
}

input.order {
	float: left;
	width: 79px;
	height: 23px;
	background: transparent url(../images/orderTemplate.png) no-repeat left center;
	text-decoration: none;
	color: white;
	font-weight: bold;
	line-height: 23px;
	padding: 0 0 0 18px;
	margin: 0;
	font-size: 12px;
	border: 0;
	cursor: pointer;
}

a.chooseAnother {
	float: left;
	width: 206px;
	height: 47px;
	line-height: 47px;
	background: transparent url(../images/stepBack.png) no-repeat left center;
	text-decoration: none;
	color: white;
	font-weight: bold;
	padding-left: 43px;
	padding-right: 20px;
	font-size: 15px;
}

input.next {
	float: left;
	width: 109px;
	height: 47px;
	line-height: 47px;
	background: transparent url(../images/stepForward.png) no-repeat left center;
	text-decoration: none;
	color: white;
	font-weight: bold;
	padding-right: 39px;
	font-size: 15px;
	text-align: right;
	border: 0;
	cursor: pointer;
	text-transform: uppercase;
}

input.finish {
	float: left;
	width: 279px;
	height: 47px;
	line-height: 47px;
	background: transparent url(../images/stepFinish.png) no-repeat left center;
	text-decoration: none;
	color: white;
	font-weight: bold;
	padding-right: 42px;
	font-size: 15px;
	text-align: right;
	border: 0;
	cursor: pointer;
	text-align: center;
}

.contentContainer .controlContainer a.live {
	float: right;
	width: 79px;
	height: 23px;
	background: transparent url(../images/livePreview.png) no-repeat left center;
	text-decoration: none;
	color: white;
	font-weight: normal;
	line-height: 23px;
	padding-left: 30px;
	font-size: 12px;
}

.contentContainer .designTemplates .paging {
	
}

.content.noPadding {
	padding: 0;
}

.contentContainerWraper.noPadding {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.contactForm table td {
	border: 0;
	padding: 4px 3px;
	white-space: nowrap;
}

.width100 {
	width: 100% !important;
}

.width300 {
	width: 300px !important;
}

input.textField {
	width: 180px;
	background-color: #ecf6ff;
	border-top: 1px solid #797e83;
	border-left: 1px solid #797e83;
	border-right: 1px solid #d2dae2;
	border-bottom: 1px solid #d2dae2;
	padding: 2px 2px;
}

input.textFieldLong {
	width: 360px;
	background-color: #ecf6ff;
	border-top: 1px solid #797e83;
	border-left: 1px solid #797e83;
	border-right: 1px solid #d2dae2;
	border-bottom: 1px solid #d2dae2;
	padding: 2px 2px;
}

input.textField2 {
	width: 80px;
	background-color: #ecf6ff;
	border-top: 1px solid #797e83;
	border-left: 1px solid #797e83;
	border-right: 1px solid #d2dae2;
	border-bottom: 1px solid #d2dae2;
	padding: 2px 2px;
	font-size: 30px;
	text-align: center;
	margin: 0;
}

textarea {
	width: 670px;
	height: 100px;
	background-color: #ecf6ff;
	border-top: 1px solid #797e83;
	border-left: 1px solid #797e83;
	border-right: 1px solid #d2dae2;
	border-bottom: 1px solid #d2dae2;
	padding: 2px 2px;
	overflow: auto;
}

select {
	background-color: #ecf6ff;
	border-top: 1px solid #797e83;
	border-left: 1px solid #797e83;
	border-right: 1px solid #d2dae2;
	border-bottom: 1px solid #d2dae2;
}

input.fileUpload {
	width: 210px;
	background-color: #ecf6ff;
	border-top: 1px solid #797e83;
	border-left: 1px solid #797e83;
	border-right: 1px solid #d2dae2;
	border-bottom: 1px solid #d2dae2;
	padding: 2px 2px;
}

/* Status boxes: info, success, warning, error */
.infoBox, .successBox, .warningBox, .errorBox {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 15px;
	line-height: normal;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.infoBox ul li, .successBox ul li, .warningBox ul li, .errorBox ul li {
	padding-left: 0 !important;
	background: none !important;
}

.infoBox p, .successBox p, .warningBox p, .errorBox p{
	font-size: 15px !important;
	line-height: normal !important;
}

.infoBox {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/box-icons/info.png');
}
.infoBox p{
	 color: #00529B !important;
}

.successBox {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../images/box-icons/success.png');
}
.successBox p{
	 color: #4F8A10 !important;
}

.warningBox {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/box-icons/warning.png');
}
.warningBox p{
	color: #9F6000 !important;
}

.errorBox {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/box-icons/error.png');
}
.errorBox{
	color: #D8000C !important;
}

/* End of status boxes */

.red {
	color: #cc0065;
}

.hidden {
	display: none;
}

.validator {
	width: 21px;
	margin-top: 5px;
}

.validatorError {
	background: transparent url(../images/error.png) no-repeat left 3px;
}

.validatorSuccess {
	background: transparent url(../images/success.png) no-repeat left 3px;
}

.paddingCustom {
	padding: 0 0 0 10px !important;
}

.singleTemplateBlock {
	text-align: center;
}

.singleTemplateBlock img {
	display: block;
}

.singleTemplateBlock a.order {
	float: left;
	width: 227px;
	height: 47px;
	background: transparent url(../images/stepFinish.png) no-repeat;
	padding-right: 42px;
	padding-left: 10px;
	line-height: 47px;
	font-size: 15px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
}

.singleTemplateBlock a.live {
	float: left;
	width: 130px;
	height: 47px;
	background: transparent url(../images/livePreview2.png) no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 47px;
	font-size: 15px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	margin-right: 10px;
}

.singleTemplateBlock .padding {
	padding: 5px 0 0 0;
}

.singleTemplateBlock span {
	display: block;
	width: 439px;
	margin-left: auto;
	margin-right: auto;
}

.singleTemplateBlock span.smaller {
	width: 150px !important;
}

.templateTitle {
	text-align: center;
	padding: 0 0 5px 0;
}

.campaign {
	position: absolute;
	width: 65px;
}

.campaign img {
	border: 0 !important;
	float: right;
}

#slider li {
	background: transparent url(../images/design.png) no-repeat;
}

#slider li img {
	padding: 14px 0 4px 1px;
}

.normalWrap td {
	white-space: normal !important;
}

.orderInfo {
	
}

.orderInfo td {
	white-space: normal !important;
}

.priceCalculation {
	float: left;
	padding: 15px 20px 0 110px;
	line-height: 30px;
}

.price {
	font-size: 18px;
	line-height: 30px;
	color: #23b12d;
	font-weight: bold;
	padding-left: 10px;
}

.total {
	padding-top: 10px;
	margin-top: 10px;
	padding-left: 30px;
	border-top: 1px solid silver;
}

div.fileinputs {
	position: relative;
}
 
div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
 
input.file {
	position: relative;
	text-align: right;
	height:28px;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

.captcha {
	border-top: 1px solid #797e83;
	border-left: 1px solid #797e83;
	border-right: 1px solid #797e83;
	border-bottom: 1px solid #797e83;
}

.padding10 {
	padding-top: 10px;
}

.noBorder, .noBorder td{
	border: 0;
}

.blogImage {
	float: left;
	padding: 8px 15px 10px 0;
}

.blogImage a {
	float: left;
}

.blogImage img {
	border: 1px solid #797e83;
}

.blogImage .author {
	width: 202px;
	padding-top: 5px;
	font-size: 12px;
	text-align: center;
	color: #949EA8;
}

#fileQueue {
	width: 400px;
	height: 65px;
	overflow: auto;
	margin-bottom: 10px;
	float: right;
}

.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin: 5px;
	padding: 10px;
	width: 365px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}

a.backToNews {
	float: left;
	width: 186px;
	height: 47px;
	line-height: 47px;
	background: transparent url(../images/backToNews.png) no-repeat left center;
	text-decoration: none;
	color: #CC0065;
	font-weight: bold;
	padding-left: 43px;
	padding-right: 20px;
	font-size: 15px;
}

a.backToNews:hover {
	color: #2b84dd;
	text-decoration: underline;
}

.hrContainer {
	width: 721px;
	padding: 20px 0;
}

.hrContainer2 {
	padding: 1px 0;
}
