/**
 * Main layout
 */


body {
	background: #e4e4e4 url("../images/body-bg.png") repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 1.3;
}


#main {
	margin: 0 auto;
	width: 1022px;
	position: relative;
}

#mainHeader {
	height: 220px;
        background: transparent url("../images/header-bg.png") no-repeat ;
        margin-bottom: -20px;
 }

#pageWrapper {
	border: 1px solid #b9b9b9;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	background-color: white;
}
.wrapper {
	margin: 10px;
}

#content {
	width: 600px;
	float: left;
	margin-left: 200px;
	margin-right: -800px;

}

#content p {
	padding-left: 10px;
    padding-right: 10px;
	margin-bottom: 10px;
}


#content p.msg {
	padding-left: 35px;
}
#content ol li {
	margin-bottom: 10px;
}

#content ul li {
	padding-right: 10px;
    margin-bottom: 10px;
}

.column {
	width: 200px;
    float: left;
}

#columnRight {
	margin-left: 600px;
}

#footer  {
	min-width: 1050px;
	height: 90px;
	background: #332f30;
	margin-top: -50px;
}

#footer div {
	height: 30px;
	background-color: #221f20;
}

#footer p {
	color: white;
	text-align: right;
	font-size: 10px;
	width: 1000px;
	margin: 20px auto;
}

/**
 * Column boxes
 */


.column .box h3,  h1 {
	background: #f5710f url("../images/box-h3-orange.png") no-repeat ;
	height: 35px;
	line-height: 35px;
	color: white;
	padding-left: 40px;
    font-size: 12pt;
	margin: 10px 0;
    font-weight: normal;
}

.column .box h3 a {
	font-weight: normal;
	color: white;
}

.column .box.red h3  {
    background: #d54524 url("../images/box-h3-red.png") no-repeat ;	
}

.column .box.yellow h3  {
    background: #FECC00 url("../images/box-h3-yellow.png") no-repeat ;
    color: black;
}

.column .box.yellow h3 a {
	color: black;
}

.column .box ul li {
    background: white url("../images/li-arrow-black.png") no-repeat 5px center;
    padding-left: 19px;
    line-height: 20px;

}
.column .box ul li a {
	color: black;
	font-weight: normal;
}

.column .box ul li.active {
    background: white url("../images/li-arrow-red.png") no-repeat 5px center;

}
.column .box ul li.active a {
	font-weight: bold;
}

.column .box p {
    padding: 0 5px;
}

/**
 * Styles in main content
 */

#breadcrumbs {
	border-bottom: 1px solid #d9d9d9;
	margin: 10px 10px  0 10px;
	padding: 0 0 5px 200px;
}

#breadcrumbs a{
	color: #000;
	padding-right: 15px;
	background: white url("../images/li-arrow-black.png") no-repeat right center;
}

#content h1 {
    background: #f5710f url("../images/h1-orange.png") no-repeat ;
}

body.popup h1 {
    background: #d54524 url("../images/h1-red.png") no-repeat ;
	width: 540px;	
}

#content h2 {

    background: white url("../images/h2-arrow.png") no-repeat 0px 1px;
    color: #474747;
    line-height: 20px;
    padding-left: 25px;
    margin: 10px 0;
    font-size: 17px;
    font-weight: normal;
}


 #shirts {
	display: block;
	width: 505px;
	height: 210px;
    background: transparent url("../images/shirts3.png") no-repeat ;
    position: absolute;
    right: -71px;
    top: 17px;
}
#mainLogo {
    display: block;
    width: 263px;
    height: 215px;
    background: transparent url("../images/mainLogo.png") no-repeat ;
    position: absolute;
    left: -18px;

}

.smallLogo {
	display: none;
}

.line {
    height: 35px;
    line-height: 35px;
    margin: -10px 0 10px 0;
    border-bottom: 1px solid #bfbfbf;
    padding-left: 10px;
}

.line.high {
	height: 70px;
}

.line a, .line span {
	padding-left: 13px;
	margin-right: 10px;
    background: transparent url("../images/li-arrow-black.png") no-repeat left center;
    font-weight: normal;
}

.line .first {
	background: none;
}

.line.order a, .line.order span {
	position: relative;
}

.line.order  .finished, .line.order .finished {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 25px;
	left: 55px;
	background: transparent url("../images/Check.png") no-repeat left center;
}

.line.order .finished.transit {
    left: 80px;
}

.line.order .finished.userdata {
    left: 60px;
}

.line.order .finished.recap {
 left: 50px;
}


#categoryDescription {
    margin: 0 0 10px 0;
    padding-left: 10px;
    padding-bottom: 10px;
}

/*
 * Specific boxes styles
 */

.box input.search {
	width: 130px;
    padding: 6px;
    margin-bottom: 5px;
    padding-left: 40px;
    background: white url("../images/icons/search.png") no-repeat 5px center;
}

.box.login input {
	width: 168px;
    padding: 5px;
    margin-bottom: 5px;
}
.box.login input.login {
	width: 100%;
}

.column .box.twitter h3  {
    background: #20d5ea url("../images/box-h3-twitter.png") no-repeat ; 
}

.column .box.facebook h3  {
    background: #405F98 url("../images/box-h3-facebook.png") no-repeat ; 
}

.column .box.twitter .date {
	color: #55d0f2;
	font-weight: bold;
}

.wrapper.cart {
	min-height: 50px;
    /* background: white url("../images/icons/cart.png") no-repeat left top; */
	
}

.wrapper.cart img {
	margin-right: 15px;
	float: left;
}

.cart .price {
	font-size: 15px;
	font-weight: bold;
}

/**
 * Hledani
 */

.searchProduct {
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 5px;
    padding: 10px;
    margin: 10px 0; 
}
.searchProduct img {
	float: left;
	margin-right: 20px;
}

.searchProduct a {
	color: black;
	font-weight: normal;
}

.searchProduct a:hover {
	text-decoration: none;
}

.searchProduct a:hover h2 {
	text-decoration: underline;	
}

/**
 * Product detail page
 */


#productMainImageWrapper {
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 5px;
    width: 298px;
    height: 345px;
    float: left;
}
#productMainImage {
    padding: 10px;
    text-align: center;
}


#productInfoWrapper {
	overflow: hidden;
	float: left;
	width: 280px;
}
#productInfo {
	padding: 0 0px 0 15px ;
}


#productInfo h2 {
	margin-top: 0;
	color: black;
	background: none;
	padding-left: 0;
}

.productDescription, .productImages, .productVideos, .productSocial {
	padding: 10px 0;
    border-bottom: 1px solid #bfbfbf;
}
.productSocial {
	position: relative;
    padding-top: 45px;
}


#fbLike, .productSocial iframe {
	position: absolute;
	top: 15px;
	left: 0px;
}

#fbLike, .productSocial div div{
	position: absolute;
	top: 15px;
	left: 102px;
}


#fbLike {
	width: 300px;
	left: 175px;
	top: 0px;
}

 .imageWrapper {
    margin-left: 20px;
	float: left;
    width: 128px;
    height: 128px;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 5px;
 }

  .imageWrapper:hover, .catalogItem:hover, .searchProduct:hover {
    border: 1px solid #666;
 }
 
  .productImages a .cell {
  	display: table-cell;
    width: 128px;
    height: 128px;
    text-align: center;
    vertical-align: middle;
   
  }
 
.imageWrapper.first {
	margin-left: 0;
}

table.productInfo .price {
	color: #cd2602;
	font-weight: bold;
	font-size: 19px;
}

table.productInfo td.cartIco {
	height: 35px;
	background: white url("../images/icons/cart.png") no-repeat;
}

table.productInfo td.cartDog {
	height: 35px;
	background: white url("../images/icons/dog.png") no-repeat;
}

table.productInfo {
	width: 100%;
}


table.productInfo td {
	vertical-align: middle;
	border: 0;
	padding: 5px 0;
}


#sizeTable table td {
	border-collapse: collapse;
	background-color: #ECEBE9;
	border-bottom: 1px solid #C9C8C6;
	text-align: center;
}

#sizeTable table th {
    text-align: center;
	background-color: #FFBF00;
	border-bottom: 1px solid black;
}

#sizeTable table {
	border-collapse: separate;
	width: 100%;
	border: 1px solid #000;
}

#sizeTableLink {
	margin: 10px 0;
	padding-right: 15px;
	background: white url("../images/li-arrow-red-down.png") no-repeat right center;
	line-height: 40px;
	
}


/**
 * ------
 */

td.inStoreOk {
	color: green;
}

td.inStoreError {
	color: red;
	font-weight: bold;
}

#content ul li {
	background: white url("../images/li-arrow-black.png") no-repeat 10px 5px;
	padding-left: 25px;
	margin: 2px 0;
}

#content ol {
	margin-left: 20px;
}

#content ol li {
	margin-left: 15px;
}

a {

    text-decoration: none; font-weight : bold;
    color: #CE2700;
}

a.arrowLeft {
	float: left;
	padding-left: 15px;
	background: white url("../images/li-arrow-red.png") no-repeat left center;
}

a:hover {
    text-decoration: underline;
}



table {
    width: 560px;
    margin: 10px auto;
}

table td {
    border-top: 1px solid #ccc;
    padding: 5px 0;
}

table.invoice td {
    border-top: 0;
}

table.invoice table th {
	font-weight: normal;
	
}

table th {
    border-bottom: 1px solid #666;
    padding: 5px 0;
}

table tr.footer th {
    border-top: 1px solid #666;
    border-bottom: none;
}

tr.singleCol {
    text-align: center;
}

table tr td:first-child,table tr th:first-child {
    padding-left: 5px;
}

table th {
    text-align: left;
}

table.horizontal td {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    border-top: none;
}

table.horizontal th {
    border-bottom: 1px solid #ccc;
    padding: 2px 0;
}

table.simple td, table.simple th {
    border-bottom: none;
}
table.simple td {
    border-top: none;
}

div.fatal {
    height: 350px;
    background: transparent url("../images/sad.png") no-repeat center
        center;
}

div.error {
    height: 350px;
    background: transparent url("../images/exclamation.jpg") no-repeat center
        center;
}


.zend_form fieldset {
    border: none;
}

.zend_form dl {
    margin-top: 0;
}

.zend_form legend {
    border-bottom: 1px solid #ccc;
    width: 94%;
    margin: 0;
}

.zend_form label {
    text-align: left;
    height: 23px;
    line-height: 23px;
}

.cleaner, .clearer {
    clear: both;
}



.catalogItemWrapper {
    width: 180px;
    height: 200px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.tagCloud {
	    border: 1px solid #bfbfbf;
	    -webkit-border-radius: 5px;
	    padding: 15px;
	    text-align: center;
}
.twitterHp {
	    border: 1px solid #bfbfbf;
	    -webkit-border-radius: 5px;
	    padding: 10px;
	    
}


.catalogItem {
	height: 178px;
    margin-bottom: 2px;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 5px;
}



.catalogItem img {
    margin: 7px 0;
}


.catalogItemWrapper.first {
	margin-left: 0;
}

.catalogItem .sticker, .hpShirts .sticker {
    position: absolute;
    right: 0px;
    width: 82px;
    height: 22px;
    bottom: 4px;
}

a span.sticker1 {
    background: transparent url("../images/label-1.png") no-repeat;
}
a span.sticker2 {
    background: transparent url("../images/label-2.png") no-repeat;
}
 a span.sticker3 {
    background: transparent url("../images/label-3.png") no-repeat;
}
 a span.sticker4 {
 	width: 136px !important;
    height: 30px !important;
 	background: transparent url("../images/label-4.png") no-repeat;
}

.hpShirts span.stickerSmall1,.hpShirts span.stickerSmall2, .hpShirts span.stickerSmall3 {
    width: 70px;
    height: 70px;
    bottom: 5px;
}


a span.stickerSmall1 {
    background: transparent url("../images/label-small-1.png") no-repeat;
}
a span.stickerSmall2 {
    background: transparent url("../images/label-small-2.png") no-repeat;
}
 a span.stickerSmall3 {
    background: transparent url("../images/label-small-3.png") no-repeat;
}


 .hpShirts .sticker {
    bottom: 7px;
}

.catalogItem a, .hpShirts a.img {
    display: block;
    position: relative;
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.catalogItem a:hover {
    text-decoration: underline;
}


.storeCol {
    width: 43px;
    height: 130px;
    float: left;
    position: relative;
    text-align: center;
}

.storeStatusTitle {
	margin-top: 10px !important;
}

.storeCol .box {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    display: block;
    width: 42px;
    height: 15px;
    margin-bottom: 0px;
    font-size: 10px;
    background: transparent;
    color: black;
    position: absolute;
    line-height: 15px;
    bottom: 15px;
}


.box.min {
    background-color: #ce2701;
}

.box.avg {
    background-color: #ffcf00; /* F8DF00 */
}


.box.max {
    background-color: #8dc73f;
}

.box.ordered {
    background-color: #d7d7d7;
}

.box.box0 {

    height: 0px;
}

.box.box1 {
    height: 15px;   
}

.box.box2 {
    height: 30px;   
}

.box.box3 {
    height: 45px;   
}

.box.box4 {
    height: 60px;   
}

.box.box5 {
    height: 75px;   
}

.box.box6 {
    height: 90px;   
}

.box.box7 {
    height: 105px;
}
.box.box8 {
    height: 120px;
}

.storeCol .box.legend {
    -webkit-border-radius: 0;
    color: black;
    font-weight: bold;
    font-size: 12px;
    border-top: 1px solid #aaa;
    bottom: 0;
}

#productInfo .label {
    display: block;
    width: 100px;
    float: left;
}

.message {
    margin-top: -12px;
    height: 30px;
    padding-left: 33px;
    line-height: 30px;
    border-bottom: 2px solid #BBDF8D;
    background: #EAF7D9 url("../images/adminizio/design/ico-done.gif") 10px
        50% no-repeat;
}

.pagination {
	height: 35px;
    line-height: 35px;
    margin: 10px 0 0px 0;
    border-top: 1px solid #bfbfbf;
    padding-left: 10px;
    text-align: right;
	
}

.pagination a {
	color: #000;
    text-decoration: none;
    margin: 0 3px;
    font-weight: normal;
}

.pagination .activePage {
    background: white url("../images/pagination-active.png") no-repeat center center;
    color: white;
    padding: 2px 10px; 
    text-align: center;
    line-height: 20px;
}




.tweet {
    margin: 0px 0px;
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
}


.msg.warning a {
    color: #df0000;
}

.msg.warning a:hover,.msg.warning a:active,.msg.warning a:focus {
    color: #303030;
}

.msg {
    padding: 9px;
    padding-left: 35px;
    -webkit-border-radius: 5px;

}



.msg.warning {
    background: #FFF5CC url("../images/adminizio/design/ico-warning.gif")
        10px 50% no-repeat;
    border: 2px solid #F2DD8C;
}

.msg.info {
    background: #E8F6FF url("../images/adminizio/design/ico-info.gif") 10px
        50% no-repeat;
    border-bottom: 1px solid #B8E2FB;
}

.msg.done {
    background: #EAF7D9 url("../images/Check.png") 10px
        50% no-repeat;
    border: 1px solid #BBDF8D;

}

.msg.error {
    background: #FEEBEB url("../images/Cross.png")
        10px 50% no-repeat;
    border: 1px solid #FFAEAE;
}

.breadcrumbs {
    background: url("../images/breadcrumbFirst.png") left 50% no-repeat;
    padding-left: 20px;
}
.disabled  {
    color: #ddd;
}

.center {text-align: center}

input.return{
    float: left;
    width: 180px;

}
input.submit {
    float: right;
    width: 180px;
}


/*
.confirmationForm .back {
	float: left;
	position: relative;
}

.confirmationForm .forward {
	float: right;
	width: 100%;
}

*/
.confirmationForm .forward textarea {
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
	padding: 0;
	
}


tr.footer {
    font-weight: bold;
}

#fieldset-orderProduct label a {
    margin-left: 5px;
    visibility: hidden;
}

#fieldset-orderProduct label.disabled:hover a {
    visibility: hidden;
}

#fieldset-orderProduct label:hover a {
    visibility: visible;
}

.category {
    float: left;
    text-align: center;
    width: 180px;
    height: 200px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.category.first {
	margin-left: 0px;
}

.categoryImage {
	height: 180px;
    border: 1px solid #b9b9b9;
    margin-bottom: 5px;
    overflow: hidden;
	-webkit-border-radius: 5px;	
	
}

.categoryImage a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 180px;
	height: 180px;
}

.categoryImage:hover {
	border: 1px solid #666;
}

.box.question a span{
    height: 80px;
    padding-left: 105px;
    padding-top: 20px;
    font-size: 17px;
    display: block;
    background: white url("../images/icons/chat.png") no-repeat center top;  
}


.productVideo {
    text-align: center;
    padding-top: 10px;
}

#content form ul.errors li {
    list-style: none;
    margin-left: 0;
    padding-left: 20px;
    background: white url("../images/adminizio/design/ico-delete.gif") no-repeat left center;
 }
 
 .line a.orderProgress,  .line span.orderProgress {
    display: block;
    float: left;
    height: 45px;
    margin-top: 1px;
    text-align: center;
    line-height: 15px;
    min-width: 70px;
    padding: 10px 10px;
 }

 
.orderProgress .finished {
  background: white url("../images/adminizio/design/ico-delete.gif") no-repeat left center;
}
 
 table tr.footerSum th, table tr.footerSum td {
    border-top: 1px solid black;
 }
 
 table tr.header th, table tr.header td {
    border-bottom: 1px solid black;
 }


.accDashboard {
    margin: 5px 20px;
}

.accDashboard img{
    float: left;
    margin-right: 10px;
}

.invoice td {
    border-collapse: collapse;
}

.invoice table {
	width: 100%;
}

.invoice #products {
width: 95%;
}

.invoice #products th {
border-bottom: 1px solid  #BFBFBF;
    
}
.invoice #products tr th{
border-top: 1px solid  #BFBFBF;
    
}


table.invoice {
	width: 580px;
}

table.invoice table.info td {
padding: 2px 0;
}

.invoice table td {

	border: none;
}

table.invoice {
	border: 2px solid black;
	font-size:smaller;
}

table.invoice td.rightBorder {
	border-right: 2px solid black;
}

table.invoice td.bottomBorder {
	
    border-bottom: 2px solid black;
}

table.invoice td.insideBottomBorder {
    border-bottom: 1px solid #BFBFBF;
}


.geektest td  {
border: 0;
padding-left: 5px;

}


.geekInactive {
	color: #BFBFBF;
}

.invoice #products tr.bottom th {
    border-bottom: none;
    font-weight: bold;
    border-top: 1px solid #BFBFBF;
}

.invoice #products td, .invoice #products th {
	padding-left: 0;
}

.orderAddNote {
    margin: 5px 20px;
    width: 538px;
}
.orderAddNoteButton {
    margin: 5px 20px;
}

.rightalign {
    text-align: right;
}

table.myOrders td, table.myOrders th {
	text-align: center;
}
table.myOrders th  {
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}


table.myOrders .secondLine th, table.myOrders .secondLine {
	height: 2px;
	padding: 0;
}


.line.myOrders a {
	margin: 5px;
	line-height: 30px;
	padding: 5px 10px 5px 35px;
	
}
.line.myOrders {
	padding: 5px 10px;
}



.line.myOrders a.btnCancel {
	background: transparent url("../images/icons/my_orders.png")  no-repeat left center;
}
.line.myOrders a.btnInvoice{
    background: transparent url("../images/icons/invoice.png")  no-repeat left center;
}

.submitBtn, input.return {
    color: white;
    border: 0;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    background: #67AF33 url("../images/submitBtnBg.png") repeat-x left center;
    -webkit-box-shadow: 0px 1px 2px  rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 1px 2px  rgba(0, 0, 0, 0.45);
    box-shadow: 0px 1px 2px  rgba(0, 0, 0, 0.45);
}

input.return {
        font-size: 12px;
    background: #EC6900 url("../images/returnBtnBg2.png") repeat-x left center;   
}

#termsAgreement {
    margin-bottom: 20px;
}

input.return:hover {
    background: #f46800;
}
.submitBtn:hover {
   background: #67af33
}

.submitBtn:active , input.return:active{
   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.45); 
   -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.45);   
   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.45); 
}


.webpayBtn {
    float: left;
    width: 80%;
}


 .payForm {
    float: right;
}

.payPart {
    margin: 15px 0;
}

.paypalBtn, .webpayBtn {
	font-size: smaller;
        font-weight: bold;

}

.paypalBtn #payBtn {
	float: left;
	margin-right: 25px;
}

.tooltip {
	display:none;
	background:transparent url('../images/black_arrow.png');
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
        color: white;

}

h2.preorderHeading {
    color: #CB250E !important;
}
