/*
	Laurynas Karvelis, made.By
	main CSS declarations
*/

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.fClear {
	clear: both;
}

.aRight {
	text-align: right;
}

.aLeft {
	text-align: left;
}

.aCenter {
	text-align: center;
}

.aJustify {
	text-align: center;
}

.vTop {
	vertical-align: top;
}

.vMiddle {
	vertical-align: middle;
}

.vBottom {
	vertical-align: bottom;
}

.width100 {
	width:100%;
}

.width50 {
	width:50%;
}

.hidden {
	display: none;
}

.red {
	color: red !important;
}

.green {
	color: green !important;
}

.bold {
	font-weight: bold;
}

.nowrap {
	white-space: nowrap;
}

.paging {
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 14px;
}

.paging ul {
	padding: 0px !important;
	margin: 0px;
}

.paging ul li {
	display: inline;
	list-style-type: none;
	background: none;
	padding: 0px 0px 0px 0px !important;
}

.paging ul li a {
	color: #306292;
	text-decoration: underline;
	font-weight: bold;
	padding: 3px 5px;
}

.paging ul li a.active {
	background-color: #bb1702;
	color: white;
	text-decoration: none;
	cursor: default;
}

.itemTypes {
	position: absolute;
	width: 184px;
	text-align: right;
	padding: 3px;
}

input.disabled {
	background-color: #f0f0f0;
	border: 1px solid #bdbdbd;
	height: 17px;
}

/* 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;
}

.customBox1 {
	border: 0;
	margin: 0 10px 10px 10px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.infoBox ul, .successBox ul, .warningBox ul, .errorBox ul{
	list-style: decimal !important;
	list-style-position: inside !important;
	margin: 0 !important;
}

.infoBox p, .successBox p, .warningBox p, .errorBox p{
	font-size: 15px !important;
	line-height: normal !important;
}

.customBox1 {
	color: #218885;
	background-color: white;
	background-image: url('../images/core/box-icons/pdf.png');
	width: 400px;
}

.customBox1 a {
	color: #218885;
	text-decoration: underline;
	font-weight: bold;
}

.infoBox {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/core/box-icons/info.png');
}
.infoBox p{
	 color: #00529B !important;
}

.successBox {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../images/core/box-icons/success.png');
}
.successBox p{
	 color: #4F8A10 !important;
}

.warningBox {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/core/box-icons/warning.png');
}
.warningBox p{
	color: #9F6000 !important;
}

.errorBox {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/core/box-icons/error.png');
}
.errorBox{
	color: #D8000C !important;
}

/* End of status boxes */

.gap2 {
	height: 2px;
}

.gap5 {
	height: 5px;
}

.cartElement {
	border: 1px solid #cccccc;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
	margin-bottom: 10px;
}

table.cartElementContent {
	background-color: #E0EFF2;
	width: 100%;
	border-collapse: collapse;
}

table.cartElementContent td {
	padding: 3px 5px;
}

td.elementImage {
	width: 158px;
}

td.elementTitle a {
	font-size: 18px;
	padding: 5px 0;
	display: block;
}

a.elementImage {
	display: block;
	background-color: white;
	padding: 3px;
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

td.elementTotalPrice {
	vertical-align: bottom;
	text-align: right;
	font-weight: bold !important;
	font-size: 16px !important;
	padding: 0px 20px 10px 0px !important;
}

a.buttonNext_dep {
	color:#3a2d25; 
	line-height:14px; 
	font-family:Georgia;
	background:transparent url(../images/core/next.gif) no-repeat scroll right top;
	display:block;
	font-size:15px;
	font-weight: bold !important;
	height:23px;
	_height: 35px;
	padding-right:45px;
	padding-top:12px;
	text-align:right;
}

a.buttonBack_dep {
	color:#3a2d25; 
	line-height:14px; 
	font-family:Georgia;
	background:transparent url(../images/core/back.gif) no-repeat scroll left top;
	display:block;
	font-size:15px;
	font-weight: bold !important;
	height:23px;
	_height: 35px;
	padding-left:35px;
	padding-top:12px;
	text-align:left;
}

.aCenter2 {
	margin-left: auto;
	margin-right: auto;
}

input.textField {
	width: 180px;
}

input.textField2 {
	width: 88px;
	height: 35px;
	text-align: center;
	font-size: 28px;
}

input.textField3 {
	width: 160px;
}

textArea.textArea {
	width: 450px;
	height: 130px;
	font-size: 12px;
}

textarea.userComment {
	width: 100%;
	height: 80px;
	font-size: 12px;
}

userComment

td.noBorder {
	border: 0px !important;
}

.itemImages {
	float: left;
	margin: 15px 10px 5px 0px;
	width: 130px;
}

.itemImages a {
	float: left;
	margin-right: 2px;
	margin-bottom: 5px;
}

.itemImages img {
	border: #a60e02 1px solid;
	padding: 3px;
}

table.contactForm {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
}

table.contactForm td {
	padding: 3px 5px;
}

table.contactForm th {
	padding: 10px 10px;
	text-align: center;
	color: black;
	font-weight: bold;
	font-size: 14px;
}

table.shoppingCart {
	border-collapse: collapse;
}

table.shoppingCart td {
	border: 1px solid silver;
	vertical-align: middle;
}

table.shoppingCart th {
	text-align: center;
	padding: 3px 10px;
}

.bankInfo {
	vertical-align: middle;
}

.bankInfo p {
	font-size: 11px !important;
	text-align: left;
	margin: 5px;
}

.question {
	padding: 0 2px 10px 2px;
	text-align: center;
	font-size: 12px !important;
	line-height: 16px !important;
	font-weight: bold;
}

table.pollButtons {
	padding: 10px 0 0 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.answer {
	padding: 3px 0;
	vertical-align: middle;
	font-size: 11px !important;
	font-size: 12px !important;
}

.totalVotes {
	font-weight: bold !important;
}


.pollStats {
	padding: 2px 0 10px 0;
}

.pollStats div {
	height: 8px;
	background-color: #71CD2E;
}

.stepsContainer {
	padding-top: 10px;
}

.step {
	text-align: center;
	padding-bottom: 10px;
}

.stepWrapper {
	float: left;
	width: 150px;
}

strong {
	font-weight: bold !important;
}

.loadingOverlay table.cartElementContent, .loadingOverlay2 table.infoBoxHeading_table, .loadingOverlay2 table.infoBox_table {


	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}

.loadingOverlay {
	position: relative;
	background: silver url(../images/core/loading.gif) no-repeat center;
}

.loadingOverlay2 {
	position: relative;
	background: silver url(../images/core/loading2.gif) no-repeat center;
}

label, input {
	font-size: 13px;
	line-height: 16px;
	font-style: normal;
}

.validator {
	width: 21px;
}

.validatorError {
	background: transparent url(../images/core/error.png) no-repeat left center;
}

.validatorSuccess {
	background: transparent url(../images/core/success.png) no-repeat left center;
}

.shoppingRules {
	height: 100px;
	overflow: auto;
	border: 1px solid #cccccc;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	background-color: white;
}

.captcha {
	border: 1px solid #cccccc;
}

span.dataImportant {
	font-size: 16px !important;
	color: #A60E02;
	font-weight: bold;
}

div.dataImportant {
	display: inline;
	font-size: 12px !important;
	color: black;
	font-weight: bold;
}


optgroup {
	font-style: normal;
}

.pointer {
	cursor: pointer;
}

img.borderSilver {
	border: 1px solid silver;
}

.demoHeader {
	position: absolute;
	width: 100%;
	background-color: black;
	border-bottom: 4px solid #d7dbe0;
	margin-bottom: 10px;
}

.demoHeaderWrapper {
	width:924px;
	margin-left: auto;
	margin-right: auto;
}

.demoHeader .separator {
	float: left;
	padding: 0 10px 0 20px;
}

.demoHeader .loginImg {
	float: left;
	background: transparent url(../images/core/demo_login_bg.png) no-repeat;
	width: 24px;
	height: 67px;
}

.demoHeader .logins {
	float: left;
	padding: 7px 0 0 20px;
}

.demoHeader .coupon {
	color: #2d93f8;
	font-size: 11px;
	line-height: 16px;
}

.demoHeader .login {
	color: white;
	font-size: 12px;
	line-height: 18px;
}

.demoHeader .logins span {
	color: #cc0064;
	font-weight: bold;
	font-size: 12px;
}

.demoHeader .administration {
	float: left;
	background: transparent url(../images/core/admin_login_bg.png) no-repeat;
	width: 102px;
	height: 29px;
	font-size: 11px;
	text-align: center;
	margin: 18px 0 0 0;
	padding: 4px 0 0 0;
}

.demoHeader .administration a {
	color: white;
	cursor: pointer;
}

.demoHeader .administration a:hover {
	text-decoration: none;
}

.demoHeader .order {
	float: left;
	padding: 23px 0 0 0;
}

.demoHeader .order a {
	display: block;
	width: 73px;
	height: 18px;
	background: transparent url(../images/core/demo_order.png) no-repeat;
	color: white;
	padding: 3px 5px 0 22px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.demoHeader .order a:hover {
	text-decoration: none;
}

.banners {
	text-align: center;
}
