/*
*		JoomSpirit CSS file for typo
*/
body {
color:#777;
font: normal 0.8em/1.4 arial, sans-serif;
cursor: default;
}

p {
margin: 0px 0 12px 0;
}

strong, bold {
font-weight:bold;
color:#666;
}
em {
font-style: italic;
}
small {
font-size: 85%;
}


/** 	LOGO 		**/

.logo span {
text-align:left;
font-family: arial;
font-size: 34px;
line-height: 57px;
text-transform: none;
letter-spacing: -1px;
font-weight: normal;
margin:0;
color:#444;
}

.logo span span {
color: #ff6600;
padding-left:0;
}


/**		TITLE		**/

h1, h2, h3, h4 {
padding:20px 0 8px 0;
font-weight:normal;
line-height:1.4;
text-rendering: optimizelegibility;
}
h1, .componentheading {
display: block;
font-size: 250%;
margin: 0px 4px 14px 0;
padding : 0 0 2px 0;
letter-spacing:0px;
color:#333;
border-bottom: 1px dotted #ddd;
}
h1 a {
color:#333;
text-decoration: none;
}
h1 a:hover {
color:#333;
text-decoration: none;
}

.blog > h1 {
color : #333;
}

h2 {
font-size:145%;
margin-bottom:8px;
color:#000;
}

h2 a {
color:#000;
text-decoration: none;
}
h2 a:hover {
text-decoration: none;
color:#666;
}

h3 {
font-size:115%;
font-weight:bold;
color:#666;
}
h4 {
font-size:110%;
color:#444;
}
h5 {
font-size:100%;
}

/** title blog 	**/

h2.contentheading {
font-size:170%;
padding: 4px 9px ;
color:#333;
background: transparent url(../images/black-05.png) 0 0 repeat;
}

/**		modules		**/

.left_column h3, .right-module-position h3, .top-module-position h3, .bottom-module-position h3,
.user1 h3, .user2 h3, .user3 h3, .user4 h3, .user5 h3, .user6 h3,
.address h3, .translate h3, .search h3, top_menu h3, .bottom_menu h3 {
margin:0px 0 10px 0;
padding: 0px 0 6px 2px;
font-weight:normal;
font-variant : small-caps ;
letter-spacing:0px;
font-size:150%;
color:#222;
text-shadow: 1px 1px 0 rgba(255,255,255, 0.8);
background: transparent url(../images/underline.png) 0 100% repeat-x;
-webkit-transition : color 0.4s ease-in-out;
-moz-transition : color 0.4s ease-in-out;
-ms-transition : color 0.4s ease-in-out;
-o-transition : color 0.4s ease-in-out;
transition : color 0.4s ease-in-out;
}

/**			LINK		**/

a {
color:#c35d1e;
text-decoration : none;
-webkit-transition : color 0.4s linear 0.1s;
-moz-transition : color 0.4s linear 0.1s;
-ms-transition : color 0.4s linear 0.1s;
-o-transition : color 0.4s linear 0.1s;
transition : color 0.4s linear 0.1s;
}
a:hover {
color:#444;
text-decoration : none;
-webkit-transition : color 0.2s linear 0s;
-moz-transition : color 0.2s linear 0s;
-ms-transition : color 0.2s linear 0s;
-o-transition : color 0.2s linear 0s;
transition : color 0.2s linear 0s;
}
a:active, a:focus {
outline:none;
}


li span.separator {
cursor:default;
}

/*	Pathway	*/
.breadcrumb a, .breadcrumb {
color:#999;
text-decoration:none;
}
.breadcrumb a:hover {
color:#c35d1e;
text-decoration:none;
}


/*	List  */

.main_component ul, .blog_more ul, ul.normal, ul.check, ul.arrow, ul.normal_green, ul.check_green, ul.arrow_green, ul.circle, ul.circle_red,
ul.normal_red, ul.check_red, ul.arrow_red, ul.normal_white, ul.check_white, ul.arrow_white, ul.circle_white  {
margin: 10px 0 16px 6px;
}
.main_component ul li, .blog_more ul li, .normal li, .check li, .arrow li, .normal_red li, .check_red li, .arrow_red li, .circle li,
.circle_red li, .normal_white li, .check_white li, .arrow_white li, .circle_white li  {
background: url(../images/list_bullet.png) 0 3px no-repeat;
padding-left: 21px;
list-style:none;
margin:7px 0;
}

.main_component ul ul, ul.normal ul, ul.check ul, ul.arrow ul, ul.normal_red ul, ul.check_red ul, ul.arrow_red ul, ul.circle ul, 
ul.circle_red ul, ul.normal_white ul, ul.check_white ul, ul.arrow_white ul, ul.circle_white ul {
margin-left: 0px;
margin-top:4px;
padding-left:0;
}
.main_component ul li li, .normal li li, .check li li, .arrow li li, .normal_red li li, .check_red li li , .arrow_red li li , .circle li li, 
.circle_red li li, .circle_white li li, .check_white li li, .arrow_white li li, .normal_white li li  {
background: url(../images/list_bullet.png) 0 3px no-repeat;
padding-left: 18px;
list-style:none;
margin:5px 0;
}

.check li {
background: url(../images/list_check.png) 0 0px no-repeat !important;
}
.arrow li {
background: url(../images/list_arrow.png) 0 0px no-repeat !important;
}
.arrow_red li {
background: url(../images/list_arrow_red.png) 0 0px no-repeat !important;
}
.check_red li {
background: url(../images/list_check_red.png) 0 0px no-repeat !important;
}


ol {
margin: 5px 0 0 6px;
background-color: transparent;
padding: 0 0 0 20px;
}
ol li {
margin: 0;
padding: 1px 5px;
font-weight: normal;
}

ul li > h2, ul li > h3, ul li > h4 {
margin-top : 0;
padding-top:0;
}

ul.actions {
text-align:right;
float:right;
margin: 10px 10px 0 3px !important;
padding:0 !important;
}

ul.actions li {
background-image: none !important;
margin: 0 !important;
padding:0 !important;
list-style:none !important;
display:inline;
}

ul.actions a {
text-decoration:none;
}


/**		 List with links 		**/

.vertical_menu ul, #login-form ul, #form-login ul, #com-form-login ul, ul.mostread, ul.latestnews, .webvertical_menus ul, ul.newsfeed {
margin : 0 ;
}

.vertical_menu ul li, #login-form ul li, #form-login ul li, #com-form-login ul li, ul.mostread li, ul.latestnews li, .webvertical_menus ul li, ul.newsfeed li {
background-image : none !important;
padding:0 !important;
margin:0 !important;
list-style:none;
}

.vertical_menu ul li a, #login-form ul li a, #form-login ul li a, #com-form-login ul li a, ul.mostread li a, ul.latestnews li a, .webvertical_menus ul li a, ul.newsfeed li a {
background : transparent url(../images/list-bullet.png) 0 7px no-repeat;
}

.vertical_menu ul li a, #login-form ul li a, #form-login ul li a, #com-form-login ul li a, ul.mostread li a, ul.latestnews li a, .webvertical_menus ul li a, ul.newsfeed li a {
display: inline-block;
font-size: 100%;
font-weight: normal;
line-height: 100%;
padding: 4px 0 4px 15px;
}

.vertical_menu ul li a {
font-size:110%;
line-height:130%;
padding: 2px 0 4px 15px;
}

.vertical_menu ul li a:hover, #login-form ul li a:hover, #form-login ul li a:hover, #com-form-login ul li a:hover, ul.mostread li a:hover, ul.latestnews li a:hover, .webvertical_menus ul li a:hover, ul.newsfeed li a:hover,
.vertical_menu ul li.current > a, #login-form ul li.current > a, #form-login ul li.current > a, #com-form-login ul li.current > a, ul.mostread li.current > a, ul.latestnews li.current > a, .webvertical_menus ul li.current > a, ul.newsfeed li.current > a {
background-position: 0 -37px;
color:#222;
}


.vertical_menu ul ul {
margin-left : 8px ;
}

.vertical_menu ul li li a {
background-image: url(../images/list-bullet-subitems.png);
}

.vertical_menu ul li li a {
background-position: 0 7px;
background-repeat: no-repeat;
font-size: 90%;
color: #888;
padding: 3px 0 3px 10px;
}

.vertical_menu ul li li a:hover {
background-position: 0 -22px;
color:#222;
}

.vertical_menu ul li li li a {
background-image: none;
}


/*
*	Quotation
*/

blockquote {
padding: 0 0 0 15px;
margin: 0 0 20px;
border-left: 5px solid #eeeeee;
border-color: rgba(0,0,0,0.07);
}
blockquote p {
margin-bottom: 0;
font-size: 110%;
font-weight: 300;
line-height: 1.4;
}
blockquote small {
display: block;
line-height: 2.5;
color: #999999;
}
blockquote small:before {
content: '\2014 \00A0';
}
blockquote.pull-right {
float: right;
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
}
blockquote.pull-right p, blockquote.pull-right small {
text-align: right;
}
blockquote.pull-right small:before {
content: '';
}
blockquote.pull-right small:after {
content: '\00A0 \2014';
}
q:before, q:after, blockquote:before, blockquote:after {
content: "";
}



/**		Message & Info		**/

.jmessage {
background-color : #f6f6f6;
background-color : rgba(0,0,0,0.04);
border : 1px dotted #bbb;
padding:14px 12px 8px 12px ;
margin-bottom:20px;
-moz-box-shadow:2px 2px 4px #ccc;
-webkit-box-shadow:2px 2px 4px #ccc;
box-shadow:2px 2px 4px #ccc;
margin-right:4px;
}

.jmessage:hover {
background-color : #f4f4f4;
background-color : rgba(0,0,0,0.06);
-moz-box-shadow:2px 2px 4px #bbb;
-webkit-box-shadow:2px 2px 4px #bbb;
box-shadow:2px 2px 4px #bbb;
}


/**	login	**/

#form-login-username label, #form-login-password label {
display : block;
font-size:96%;
margin:7px 0 4px 0;
}

#form-login-username input, #form-login-password input {
margin-bottom:0;
height:auto;
line-height:inherit;
}

#modlgn-username, #modlgn-password, #modlgn-passwd {
max-width : 75%;
}

#submit-login {
float:left;
font-size:90%;
}

p#form-login-username {
margin:0;
}
p#form-login-password {
margin: 2px 0 6px 0;
}
#modlgn_remember {
background-color:transparent;
border:none;
}

#form-login-remember {
clear:both;
margin:0;
}

#form-login-remember input {
display : inline-block;
margin:-5px 5px 0 0;
}

#form-login-remember label {
display : inline-block;
font-size:90%;
margin:0;
}

#submit_login {
margin:10px 0 16px 0;
}

.link_login {
clear:both;
padding-top:10px;
}

.icon_login {
clear:both;
}

/**	read more	**/

p.readmore {
height : 20px;
}

.readmore a {
float : right;
padding : 4px 12px;
margin-bottom:8px;
border:none;
font-weight:normal;
font-style:italic;
text-shadow : 0 1px 1px rgba(255,255,255, 0.85);
background: rgb(250,250,250); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYWRhZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(250,250,250,1) 0%, rgba(218,218,218,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(218,218,218,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(218,218,218,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(218,218,218,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(218,218,218,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(250,250,250,1) 0%,rgba(218,218,218,1) 100%); /* W3C */
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 0px 1px 2px rgba(0,0,0, 0.4);
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0, 0.4);
box-shadow: 0px 1px 2px rgba(0,0,0, 0.4);
-webkit-transition : all 0.4s ease-in-out;
-moz-transition : all 0.4s ease-in-out;
-ms-transition : all 0.4s ease-in-out;
-o-transition : all 0.4s ease-in-out;
transition : all 0.4s ease-in-out;
}

.readmore a:hover {
color: #666;
-moz-box-shadow: 0px 1px 2px rgba(0,0,0, 0.3);
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0, 0.3);
box-shadow: 0px 1px 2px rgba(0,0,0, 0.3);
text-decoration:none;
}

.readmore a:active {
color: #888;
-moz-box-shadow: 0px 1px 2px rgba(0,0,0, 0.5);
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0, 0.5);
box-shadow: 0px 1px 2px rgba(0,0,0, 0.5);
background: rgb(218,218,218); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhZGFkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(218,218,218,1) 0%, rgba(250,250,250,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(218,218,218,1)), color-stop(100%,rgba(250,250,250,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(218,218,218,1) 0%,rgba(250,250,250,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(218,218,218,1) 0%,rgba(250,250,250,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(218,218,218,1) 0%,rgba(250,250,250,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(218,218,218,1) 0%,rgba(250,250,250,1) 100%); /* W3C */
}

/**		FOOTER		**/

.bottom-site {
color : #888;
}

#address p {
text-align:left;
font-size:90%;
text-transform:none;
font-variant:small-caps;
}


/**	images	**/

img.border {
padding : 4px ;
border : 1px solid #bdbcb8 ;
}

.shadow {
margin: 4px;
-moz-box-shadow : 2px 2px 6px #888;
-webkit-box-shadow : 2px 2px 6px #888;
box-shadow : 2px 2px 6px #888;
border:4px solid #eee;
}

a .shadow:hover {
border-color : #aaa ;
-moz-box-shadow : 2px 2px 6px #bbb;
-webkit-box-shadow : 2px 2px 6px #bbb;
box-shadow : 2px 2px 6px #bbb;
}

/*****************************************

		hikashop customization by JoomSpirit

******************************************/

div.hikashop_subcontainer_border {
border-color : #ddd;
-moz-box-shadow: 2px 2px 6px #ccc;
-webkit-box-shadow : 2px 2px 6px #ccc;
box-shadow : 2px 2px 6px #ccc;
}

.hikashop_container .hikashop_product_name a {
display : block;
color : #ff6600 ;
text-transform : uppercase;
font-weight:bold;
padding : 4px 20px;
letter-spacing : 1px;
}

#hikashop_cpanel_title .hikashop_header_title {
float : none ;
}

/**		User account info  	**/

#hikashop_order_listing fieldset, #hikashop_address_listing fieldset, #hikashop_affiliate_main fieldset {
background-color : #f5f5f5;
border : 1px dotted #bbb;
padding:14px 12px 0px 16px ;
margin-bottom:20px;
-moz-box-shadow:2px 2px 4px #ccc;
-webkit-box-shadow:2px 2px 4px #ccc;
box-shadow:2px 2px 4px #ccc;
margin-right:4px;
}

#hikashop_order_listing fieldset:hover, #hikashop_address_listing fieldset:hover, #hikashop_affiliate_main fieldset:hover {
background-color : #f8f8f8;
-moz-box-shadow:2px 2px 4px #bbb;
-webkit-box-shadow:2px 2px 4px #bbb;
box-shadow:2px 2px 4px #bbb;
}

.hikashop_address_listing_div {
width : 95%;
background-color : #f5f5f5;
border : 1px dotted #bbb;
padding:14px 12px 4px 12px ;
margin-bottom:20px;
-moz-box-shadow:2px 2px 4px #ccc;
-webkit-box-shadow:2px 2px 4px #ccc;
box-shadow:2px 2px 4px #ccc;
margin-right:auto;
margin-left:auto;
}

.hikashop_address_listing_div:hover {
background-color : #f8f8f8;
-moz-box-shadow:2px 2px 4px #bbb;
-webkit-box-shadow:2px 2px 4px #bbb;
box-shadow:2px 2px 4px #bbb;
}

.hikashop_address_listing_item_details {
padding-bottom:34px;
}

#hikashop_address_listing h1, #hikashop_order_listing h1 {
border:none;
background-color : transparent;
padding: 5px 0 0 7px;
-moz-box-shadow: none;
-webkit-box-shadow : none;
box-shadow : none;
}


/** 		profile page 		**/

#users-profile-core, #users-profile-custom {
display : block;
background-color : #f2f2f2;
padding:6px;
border : 1px solid #d9d9d9;
margin-bottom:16px;
}

#users-profile-core legend, #users-profile-custom legend {
display:inline-block;
color : #fff;
font-size:18px;
background-color : #777;
font-weight:normal;
margin : 0 0 0 0 !important;
padding: 6px 15px;
font-family: 'Yanone Kaffeesatz:200','Yanone Kaffeesatz';
}


/**			member profile page 		**/

#member-profile legend {
color: #000000;
font-size: 16px;
font-weight: normal;
margin-bottom: 16px;
padding-top:16px;
text-transform : uppercase;
}


/**		initialize list 		**/

#hikashop_cpanel_main li, .hikashop_cpanel_main li {
background-image:none !important;
}


/**		orders	page user 		**/

table.hikashop_orders {
margin-top:20px;
}

.hikashop_orders thead {
height:40px ;
background-color : #e2e2e2;
}

.hikashop_orders tbody {
background-color : #f2f2f2;
}

.hikashop_orders .hikashop_order_num_value {
padding : 10px 0;
}

.hikashop_orders .hikashop_order_num_title, .hikashop_orders .hikashop_order_number_title, .hikashop_orders .hikashop_order_num_value, .hikashop_orders .hikashop_order_number_value {
padding-left:8px;
}

.hikashop_orders .hikashop_order_date_title img {
padding-left:10px;
}

.hikashop_orders .pagination {
border : none !important;
}

.hikashop_orders .list-footer {
padding : 20px 0 10px 0;
}


/**		product page user 		**/


#htmlfieldset_products thead {
height:40px ;
background-color : #e2e2e2;
}

#htmlfieldset_products .hikashop_order_item_name_title {
padding-left : 8px;
}

.hikashop_order_item_name_value .hikashop_order_product_code {
display : none ;
}

.hikashop_order_item_name_value {
padding: 0 25px 0 8px;
}

.hikashop_order_item_name_value p {
margin : 30px 0 0 0;
}

.hikashop_order_item_files_value {
font-size:85%;
}

.hikashop_order_item_files_value a {
display : block;
font-size : 140%;
padding:12px 0 0 0;
}

#htmlfieldset_products .hikashop_order_subtotal_title {
padding-top:10px;
}

#htmlfieldset_products  .hikashop_order_total_title, #htmlfieldset_products  .hikashop_order_total_value {
color : #000 ;
padding-top:10px;
font-size:110%;
}

/**		affiliate page user 	**/

#hikashop_affiliate_main legend {
display:inline-block;
color : #fff;
font-size:18px;
background-color : #777;
font-weight:normal;
margin : 0 0 0 0 !important;
padding: 6px 15px;
font-family: 'Yanone Kaffeesatz:200','Yanone Kaffeesatz';
}

.hikashop_affiliate_table td {
padding: 0 20px 14px 0;
}

#hikashop_affiliate_main h1 {
border:none;
background-color : transparent;
padding: 5px 0 0 7px;
-moz-box-shadow: none;
-webkit-box-shadow : none;
box-shadow : none;
}

span#hikashop_affiliate_terms {
display : block;
padding:4px 0 20px 0;
}

#hikashop_affiliate_main .hikashop_affiliate_stats_table td {
padding:0 20px 20px 0;
}

/**		afiliate banner 		**/

#hikashop_banner_listing {
padding-bottom : 20px !important;
}

.hikashop_affiliate_banners_table ul {
margin:10px !important;
padding : 0 !important;
}

.hikashop_affiliate_banners_table li {
margin:0 !important;
padding : 10px !important;
background-image : none !important;
}



/**		Invoice		**/

.hide-item {
display : none !important;
}

.h1-invoice {
display:block !important;
text-align:center !important;
color : #025a8d !important;
font-size:140%;
font-weight : bold;
}


/**		hide pagination		**/

.hikashop_products_pagination .counter, .hikashop_results_counter {
display:none;
}

/**		hide field quantity		**/

.hikashop_product_quantity_field, .hikashop_product_quantity_field_change {
display : none ;
}


/**		legend "download"		**/

.hikashop_product_files_main {
margin-top : 25px;
}

.hikashop_product_files_fieldset a {
display:block;
width:120px;
height:27px;
background: transparent url(../images/hikashop/download-template.png) 0 0 no-repeat;
text-indent:-9999px;
border:none;
cursor:pointer;
}
.hikashop_product_files_fieldset a:hover {
width:120px;
height:27px;
background: transparent url(../images/hikashop/download-template.png) 0 -27px no-repeat;
text-indent:-9999px;
border:none;
}


/**		Hide button Hide to cart for Free templates		**/

#hikashop_product_Template_Pure_white_page .hikashop_product_price_full ,
#hikashop_product_Template_JoomSpirit_18_page .hikashop_product_price_full,
#hikashop_product_Hikashop_customization_page .hikashop_product_price_full,
#hikashop_product_Template_JoomSpirit_35_page .hikashop_product_price_full {
display : none;
}



/**		Color  		**/

span.hikashop_product_price {
color : #87a62f;
}

.hikashop_products_pagination .list-footer .limit, .hikashop_subcategories_pagination .list-footer .limit,
.hikashop_products_pagination .list-footer .limit .inputbox, .hikashop_subcategories_pagination .list-footer .limit .inputbox,
.hikashop_products_pagination .list-footer a.pagenav, .hikashop_subcategories_pagination .list-footer a.pagenav,
.hikashop_products_pagination, .hikashop_subcategories_pagination {
color : #87a62f;
}


.hikashop_products_pagination .list-footer span.pagenav, .hikashop_subcategories_pagination .list-footer span.pagenav,
.hikashop_products_pagination .list-footer a.pagenav:hover, .hikashop_subcategories_pagination .list-footer a.pagenav:hover {
background-color : #87a62f;
}


/**		module Your Cart  			**/

#hikashop_cart_module thead {
height : 30px;
}

.hikashop_cart_module_product_quantity_title, .hikashop_cart_module_product_quantity_value {
display : none ;
}

.hikashop_cart_module_product_name_value p {
margin : 0 ;
}

span.hikashop_product_price_full {
text-align:left;
}

#hikashop_product_right_part span.hikashop_product_price_full {
font-size:125%;
}


/**		button Add to cart		**/

.hikashop_product_stock .hikashop_cart_input_button {
display:block;
width:120px;
height:27px;
background: transparent url(../images/hikashop/addtocart.png) 0 0 no-repeat;
text-indent:-9999px;
border:none;
margin:0 auto ;
cursor:pointer;
-moz-box-shadow : none;
-webkit-box-shadow: none;
box-shadow: none;
}
.hikashop_product_stock .hikashop_cart_input_button:hover {
width:120px;
height:27px;
background: transparent url(../images/hikashop/addtocart.png) 0 -27px no-repeat;
text-indent:-9999px;
border:none;
-moz-box-shadow : none;
-webkit-box-shadow: none;
box-shadow: none;
}

/**		page product 		**/

.hikashop_product_page {
position : relative;
}

.hikashop_product_left_part {
width : 298px;
}

div#hikashop_product_left_part div {
text-align : left ;
}

.hikashop_product_right_part {
margin-top : 28px;
}

.hika-center {
text-align : center !important;
}

#hikashop_product_quantity_main .hikashop_product_stock .hikashop_cart_input_button {
margin-top:80px;
}

.hikashop_category_information input, .hikashop_product_page input {
-moz-transition : none;
-ms-transition : none;
-o-transition : none;
transition : none;
}


/**		CART module 		**/

.hikashop_cart_module_product_price_value .hika-center, .hikashop_cart_module_product_total_value .hika-center {
text-align : left !important;
}

#hikashop_cart .hikashop_cart_input_button {
margin-top: 10px;
padding: 8px 12px;
}

#hikashop_cart .hikashop_cart_input_button:hover {
cursor:pointer;
}


/**		Chekout page		**/

#hikashop_checkout_cart {
margin : 15px 0 30px 0;
}

#hikashop_checkout_next_button, #hikashop_checkout_shopping_button {
margin-top: 40px;
padding: 8px 12px;
}

#hikashop_checkout_shopping_button {
margin-bottom: 80px;
}

#hikashop_checkout_next_button:hover , #hikashop_checkout_shopping_button:hover {
cursor:pointer;
}

#hikashop_checkout_page h1 {
margin-top:20px;
}

/**		login checkout  	**/

#hikashop_checkout_login_right_part input, #hikashop_checkout_login_right_part select {
margin: 4px 0 4px 10px;
}


#hikashop_checkout_login_left_part .hikashop_cart_input_button, #hikashop_checkout_login_right_part .hikashop_cart_input_button {
margin-top: 0px;
padding: 8px 12px;
}

#hikashop_checkout_login_left_part .hikashop_cart_input_button:hover , #hikashop_checkout_login_right_part .hikashop_cart_input_button:hover {
cursor:pointer;
}

#hikashop_checkout_login_right_part .hikashop_registration_address_state_line,
#hikashop_address_form_span_iframe .hikashop_address_address_state_line {
display : none ;
}


/**			address page checkout 		**/

#hikashop_checkout_address_left_part fieldset, #hikashop_checkout_address_right_part fieldset {
margin-top:45px;
}

#hikashop_checkout_address_left_part legend, #hikashop_checkout_address_right_part legend {
color: #000000;
font-size: 16px;
font-weight: normal;
margin-bottom: 26px;
text-transform : uppercase;
}    

#hikashop_checkout_address_left_part td, #hikashop_checkout_address_right_part td {
padding-right : 12px;
}

span.hikashop_checkout_billing_address_info, span.hikashop_checkout_shipping_address_info {
display : block;
background-color : #f2f2f2;
padding:6px;
border : 1px solid #d9d9d9;
margin-top:28px;
}

span.hikashop_checkout_shipping_address_info {
margin-top:12px;
}


#hikashop_checkout_address_left_part .hikashop_cart_input_button, #hikashop_checkout_address_right_part .hikashop_cart_input_button {
margin: 14px 0 0 24px;
padding: 8px 12px;
}

#hikashop_checkout_address_left_part .hikashop_cart_input_button:hover , #hikashop_checkout_address_right_part .hikashop_cart_input_button:hover {
cursor:pointer;
}


/**			payment method page 		**/

#hikashop_payment_methods {
margin-top:30px;
}

#hikashop_payment_methods legend {
color: #000000;
font-size: 16px;
font-weight: normal;
margin-bottom: 16px;
text-transform : uppercase;
}


#hikashop_payment_methods .hikashop_payment_methods_table td {
padding-right : 12px;
}

#hikashop_payment_methods .hikashop_payment_methods_table tr.row0, #hikashop_payment_methods .hikashop_payment_methods_table tr.row1 {
height : 47px;
}


/** 		confirmation page 		**/

#hikashop_checkout_status {
color: #222222;
display: block;
line-height: 24px;
background-color : #f2f2f2;
padding:6px 6px 6px 14px;
border : 1px solid #d9d9d9;
margin-top: 10px;
}

/**		end page 		**/

#hikashop_paypal_end {
margin-top:30px;
}

#hikashop_paypal_end_image {
margin-top: 10px;
}



/**		Color  		**/

span.hikashop_product_price {
color : #87a62f;
}

.hikashop_products_pagination .list-footer .limit, .hikashop_subcategories_pagination .list-footer .limit,
.hikashop_products_pagination .list-footer .limit .inputbox, .hikashop_subcategories_pagination .list-footer .limit .inputbox,
.hikashop_products_pagination .list-footer a.pagenav, .hikashop_subcategories_pagination .list-footer a.pagenav,
.hikashop_products_pagination, .hikashop_subcategories_pagination {
color : #87a62f;
}


.hikashop_products_pagination .list-footer span.pagenav, .hikashop_subcategories_pagination .list-footer span.pagenav,
.hikashop_products_pagination .list-footer a.pagenav:hover, .hikashop_subcategories_pagination .list-footer a.pagenav:hover {
background-color : #87a62f;
}