/******************************************************************************/
/*                         MAIN LAYOUT CSS FILE                               */
/******************************************************************************/
/*
CSS Design by Daniele Suppo (www.suppo.org)
Date   : 2007/07/05
Theme  : Sphinx
*/

/*==========================General=============================*/
html {
    
    margin-bottom: 1px;
}
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
    padding: 0;
}
body {
    font-size: 0.7em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #000000;
    background: #161213; 
    text-align: center;
}
dl {
    margin: 0 0 0.5em;
}
ul {
    padding:0; margin:0;
    list-style-type: none;
}
p {
    margin-bottom: 0.5em;
	line-height: 1.4em;
}
a, a:visited {
    color: #666;
    text-decoration: none;
}
a:hover {
    color: #FF0000;
    text-decoration: #FF0000;
}
a:focus {
    outline: none;
}
img {
    border: none;
}
hr {
    border-top: 1px solid #999;
    border-bottom: 0px;
    height: 1px;
}

/*
======================Global layaout==========================*/
#outer-wrapper {
    clear: both;
    width: 100%;
	
    margin: 0px 0px 0px 0px;
    text-align: left;
	position: relative;
	background-color: #161213;
}

#inner-wrapper {
    clear: both;
}
#footer {
    clear: both;
}
#middleCol {
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width:100%;
	background-color: #ffffff;
	
	
}
#content {
position:relative;
	clear: both;
	padding:10px 10px 10px 10px;
    margin:0px 0px 0px 0px;
  /*  background:url('http://www.sphinxstore.com/themes/sphinx/images/backgrounds/dot.gif') repeat-x left top; */
  /*border: 1px solid red;*/
  text-align:justify;
}

/*
=========================Header===============================*/
#header {
    position: relative;
    margin: 0px;
	padding: 0px;
	font-weight:bold;
	background-color: #161213;
}
#header #bugReporter {
    position: absolute;
    bottom: 0px;
    right: -10px;
}
#header #lang-switcher {
	color: #000000;
    
    margin:0 10px 0 0;
}
#header #lang-switcher .flags{
	margin:2px 0 0 5px;
	position:absolute;
	left:890px;
	top:5px;
}
span.leftimg{
	background:url('http://www.sphinxstore.com/themes/sphinx/images/backgrounds/lang_l.gif') no-repeat left bottom;
    height:20px;
    float:left;
}
span.rightimg {
	background:url('http://www.sphinxstore.com/themes/sphinx/images/backgrounds/lang_r.gif') no-repeat right 		bottom;
    height:20px;
    width:9px;
    float:left;
    display:block;
}
#header #logo {
    margin: 0px 0px 0px 0px;
}
#frmLoginLeft fieldset {
    margin:0px;
    padding:0;
    display: inline;
    float:left;
}
div.alg-center {
	padding-top:10px;}

.clients-access {
    float:right;
    
    
 /*   color:#000000;*/
    font-size: 10px;
	vertical-align:middle;
}
.clients-access ul{
    
    padding:0px;
}
.clients-access li {
   /* margin:5px 10px;*/
   padding: 4px 10px 3px 10px;
    float:left;
}
.clients-access li a{
	text-decoration:none;
	color: #ffffff;
	} 
	
a:hover{
	text-decoration:none;
	color: #ff0000;
	} 
	
#product-finder {
    text-align: center;
    padding:0;
}
#product-finder fieldset {
    margin:0; padding:0;
}
#product-finder input.text {
    font-size: 1em;
    border-color:#999;
}
#header .logomenu{
    width:100%;
    text-align:center;
}
#header .rightline{
	
}
/*
======================Inner Wrapper===========================*/
#inner-wrapper {
}
.inner-container {
}

/*
=======================Breadcrumbs============================*/
#breadcrumbs {
}
#breadcrumbs .inner {
}
#breadcrumb {
}
a.breadcrumbs {
}

/*
======================Main Content============================*/
h1 {
    font-size: 1.7em;
    margin: 1em 0 1em 0;
    color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-weight:normal;
	text-transform: uppercase;
}

h1.pageTitle {
    margin: 10px 0px 10px 0px;
	padding: 0;
    color:#161213;
}
h1.pageTitle span {
	padding-right: 15px;
}
h2 {
    margin-top: 0.3em;
	margin-bottom: 0.3em;
	font-size: 1em;
	font-family: Arial, Verdana, sans-serif;
}

/*
==================Default Forms Styling=======================*/
fieldset {
    border: none;
}
#content form ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 70%;
    list-style-position: outside;
    list-style-image: none;
}
#content form li {
    display: inline-block;
    margin: 0;
    padding: 1px 4px 6px 9px;
    line-height: 1.8em;
    list-style-type: none;
}
form li.focused {
    background: #980000; 
}
form li div {
    float: left;
    display: inline;
    margin-right: 5px;
}
form li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form li p {
    clear: both;
    font-size: 1em;
    line-height: 13px;
}

/*
===================Form Elements Styling======================*/
input, select, textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea {
    font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	border: 1px solid #000000;
}
#header #lang-switcher select, #content input.text, #content select.select, #content textarea.textarea {
	font-size: 1em;
	border: 1px solid #999;
	font-family: Arial, Verdana, sans-serif;
}
input.text {
    padding: 1px 2px;
	font-size: 1em;
	border: 1px solid #999;
	font-family: Arial, Verdana, sans-serif;
}
#header .redgap {
	margin-top: 4px;
	color:#864343;
}
#header span.red{
	font-weight:normal;
	color:#864343;
}
form label {
}

/*
===================SIZES======================*/
.fourth {
	width:25% !important;
}
.padleft40 {padding-left: 40px;}
.third {
	width:32% !important;
}
.half {
	/*width:48% !important;*/
}
/*.full {
	width:100% !important;
}*/

input.small, select.small {
	width:25%;
}
input.medium, select.medium {
	width:50%;
}
input.large, select.large, textarea.textarea {
	width:99%;
}
input.tags {
	width:315px;
}
textarea.small {
	height:5.5em;
}
textarea.medium {
	width:50%;
	height:10em;
}
textarea.large {
	height:20em;
}

/* BUTTONS */
.buttonsearch, #frmContact input, .button, .button#continue_shopping, .button#checkout, .left-button, .address-button, form#changelang dd input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#cdcdcd;
	color: #000000; 
	font-weight: bold;
	border: 2px solid #5b5b5b;
	color:  #161213;
   	font-weight: bold;
	padding:0 2px;
	cursor:pointer;
}
span.pay-btn {
	width:200px;
    display:block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#cdcdcd; 
	font-weight: bold;
	border: 2px solid #5b5b5b;
	color:  #161213;
   	font-weight: bold;
	padding: 2px;
    text-decoration:none;
    text-align:center;
    cursor:pointer;
}

/*
====================Form Fields Layout========================*/
/* --
Definition lists are used to display fields labels and values
-----*/
dl.onSide dt {
    padding: 2px 0 2px 0;
	text-align: center;
	padding-left: 30px;
}
dl.onSide dd {
    margin-bottom: 0.5em;
	padding: 2px 0 2px 0;
	text-align: center;
}
dl.onSide dd label {
	display: block;
}
dl.onSide dd input {
	font-size: 1em;
	font-family: Arial, Verdana, sans-serif;
	cursor:default;
    width:180px;
    padding:2px;
}
input#accept_privacy {
	width:15px;
}
dl.onSide dd input.loginButton {
}
dl.onSide table {
}
dl.onTop dd {
    margin: 0;
}
dd .error {
    display: block;
}
.textarea-reg {
    width:350px;
    height:200px;
    margin:2px;
}
/*
==================Default Tables Styling======================*/
table {
    margin: 0;
    padding: 0;
    border: 0;
	width:100%;
}
td, th {
    padding: 2px 3px;
	text-align: center;
}
tr th {
    padding-top: 4px;
    padding-bottom: 5px;
}
tr th, tr td, tr th a {
}
tr th a {
    display: block;
}
tr th.sortedAsc a {
}
tr th.sortedDesc a {
}
tr th a:hover {
    text-decoration: none;
}
tr td {
}
tr.alternateRow td {
}
tr.selectedRow td {
}
tr.rowHover td {
}

/*
=========================Footer===============================*/
#footer { 
	margin: 0;
	padding:2px 0px 15px 0px;
	background-color: #161213;
    width:100%;
}
#footer .wrap {
    margin: 0;
    padding-top: 3px;
	text-align: center;
}
#footer p {
	margin:0px;
	padding:0px;
	font-size: 0.8em;
	text-align: center;
	color: #838383;
}
.footer-nav ul {
	margin: 0px;
	padding:0px;
}
.footer-nav li {
	display:inline;
    font-size: 0.8em;
	color: #838383;
}
.footer-nav li a:link,.footer-nav li a:visited{
    color: #000000;
    text-decoration: none;
    padding: 2px;
}
.footer-nav li a:hover {
    color: #000000;
}

/*
======================Messages & Errors=======================*/
.message {
    text-align: center;
}
.message div {
    margin: 1em auto;
    padding: 0.5em;
    /*-moz-border-radius: 0.3em;*/
}
.errorMessage {
    border: 2px solid #900; /* php echo $error */
    color: red;
	text-align:center; 
}
.infoMessage {
    border: 2px solid #3d9646;  
    color:  #3d9646; 
	padding:5px;
	text-align:center;   
}
.error, .required {
    color: #900;
}

/* PEAR Errors
  --------------------*/
div.errorContainer {
    width: 80%;
    margin: 1em auto;
    padding: 0.5em;
    border: 2px solid #900;
    /*-moz-border-radius: 0.3em;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.errorHeader {
    margin-bottom: 0.5em;
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #900;
}
div.errorContent {
    text-align: left;
}
/*
============================Flags=============================*/
a.langFlag {
    margin: 0 0 0 5px;
}

/*
========================Miscellaneous=========================*/
.floatLeft {
    float: left;
}
.floatright {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    display: block;
    visibility: hidden;
    line-height: 1px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.narrow {
    width: 45%;
}
.full {
    width: 100%!important;
}
.noBg {
    background: none;
}
pre.codeExample {
}

/*
========================Comments=========================*/
#addComment fieldset {
}
#addComment input[type="text"] {
}

/*
========================Miscellaneous2=========================*/
.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #000000;

    text-align: center;
    width: 15em;
    padding: 2px 5px;
    /*    -moz-opacity: 0.85;
    */
}
.tipOwner:hover .tipText {
    display: block;
}
.break{
	clear:both;
	font-size:1px;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#frmLoginLeft input.text {
	padding: 1px;
	font-size: 11px;
	font-weight:  normal;
	border: 1px solid #999;
	font-family: Arial, Verdana, sans-serif;
	/*margin-top: 2px;*/
}

/*====================CartAccessSearch=======================*/
.cas{
	  background:url('http://www.sphinxstore.com/themes/sphinx/images/backgrounds/crosses.gif') repeat-x left top;
      padding:4px 0px 0px 0px;
}

/*====================Search=======================*/
div.search{
	background-color:#eee;
    border:1px solid #e5e5e5;
	margin:0px 0 0px 12px;
    width:210px;
    padding:4px 0px;
    float:left;
}

/*===============Change Password ================*/


.level_2{
width:90px;
text-align:center;
}

#blenddiv img:hover{

}

.smallimages img:hover{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-moz-opacity: 0.6;
-khtml-opacity: 0.6;
 opacity: 0.6;
 }

#blenddiv {
background-repeat:no-repeat;
background-image:none;
width: 270px;
padding: 0px;
margin:1px;}

#blendimage {
background-repeat:no-repeat;
height: 270px;}

.blenddivul{
margin-top: 0px ;
padding:0px;
width: 270px;}

.blenddivul div{
position:absolute;
top:140px;
	left:0px;
display:compact;
list-style:none;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
 opacity: 0;}
#medium{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity:1;
opacity: 1;}

/* The other MOVED to core for the user page */

#top-nav-categories{

height: 25px;

border: 1px solid red;
width: 966px;



}

#ul_level_1{

}

.level_1{

}

.menu{
background-color: #161213;
}

.carrello{
	position:absolute;
	top:93px;
	left:2px;
	width:903px;
	height:28px; 
	background-color: #161213;
	
	


}

.cart_fabio{
	position:absolute;
	top:93px;
	left:800px;
	width:164px;
	height:23px;
	background-color: #161213;
	vertical-align:middle;
	padding: 5px 0px 0px 0px;
	
	}
	
	

.menu_fabio {
color:#FFFFFF !important;
font-weight:bolder;
}

#footer a {
color: #ffffff;
}

.buttonS{
color: #ffffff;
font-weight:bolder;
background-color: #161213;
border:0px solid black;
}			
		

.page_eshop_ticket #frmLogin {
width:100%;
text-align:left !important;
border:1px solid black;
}

.page_eshop_ticket .message{

width:100%;
text-align:left;
padding-left:0px !important;
}		
		
.page_eshop_ticket #frmLoginLeft label {
    color:; display:block;
text-align:left;
width:80px;
}/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
CSS Design by Daniele Suppo (www.suppo.org)
Date   : 2007/07/05
Theme  : Gas Honda Theme
*/
/*====================Default Block Styling=====================*/
.block {
}
.block .header {
    padding: 0;
}
.block .content {
    padding: 0;
}
.block .content ul {
    padding: 0; margin: 0;
    list-style-type: none;
}
.block .content ul li {
	margin: 0px;
	padding: 0px;
	display: block;
}

/*
====================Top Navigation Block======================*/
#top-nav-categories {
	float:left;
	padding:4px 0px 0px 50px;
}
#top-nav-categories ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#top-nav-categories ul li.level_1 {
	float:left;
}
#top-nav-categories ul li.level_1 a,  #top-nav-categories ul li.level_1 a:visited {
	font-weight:bold;
	color:#000000;
	font-size:9px;
    border:none;
    padding:3px;
}
#top-nav-categories ul li.level_1 a:hover {
	color:#000000;
    border:1px solid #d7d7d7;
    padding:2px;
    text-transform:uppercase;
}
ul#ul_level_2 {
     padding:15px 0px 16px 0px;
}
#top-nav-categories ul li.level_2 {
	float:left;
    text-transform:uppercase;
}
#top-nav-categories ul li.level_2 a, #top-nav-categories ul li.level_2 a:visited {
	background:url('http://www.sphinxstore.com/themes/sphinx/images/backgrounds/bullet_g.gif') left center no-repeat;
	font-weight:normal;
	color:#000000;
	font-size:10px;
	cursor:pointer;
    border:none;
    text-transform:uppercase;
}
#top-nav-categories ul li.level_2 a.select, #top-nav-categories ul li.level_2 a.select:visited {
	padding-left:9px;
    color:#000000;
}
#top-nav-categories ul li.level_2 a:hover {
	color:#000000;
    padding:3px;
    border:none;
}
#top-nav-categories ul li.level_1 {
	text-transform:uppercase;
	padding:0px 3px;
}
#top-nav-categories ul li.level_2 {
	text-transform:none;
}

/*product resalts total, cont of items*/
ul#cart-result {
	float:right;
    background-color: #e5e5e5;
    padding:2px 20px 2px 2px;
	margin:0px 7px 0px 0px;
}
ul#cart-result li img {
	padding-right:22px;
    line-height:22px;
    vertical-align:middle;
}
 ul#cart-result li {
	display:inline;
	font-weight:bold;
	font-size:10px;
}
 ul#cart-result li a,  ul#cart-result li a:visited {
 	color:#666;
}
 ul#cart-result li a:hover {
 	color:#000000;
} 
    
/*====================Bottom Navigation Block======================*/
#bottom-nav {
}
#bottom-nav .inner {
}
#bottom-nav ul {
	text-align: center;
	list-style-type: none;
	padding: 0;
	margin: 0;	
    padding-left: 65px;
}
#bottom-nav li {
     display: inline;
	 padding-left: 15px;
}
#bottom-nav li a {
	text-transform: uppercase;
}
#bottom-nav li a:hover, #bottom-nav li.current a {
}

/* 
==================Tabbed Navigation==============================*/
#top-nav {
	margin-top:50px;
	float:right;
}
#top-nav ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#top-nav ul li {
	margin:0px;
	padding:0px;
	float:left;
	font-weight:normal;
}
#top-nav ul li a, #top-nav ul li a:visited, #top-nav ul li a:hover {
	color:#000000;
	font-size:10px;
	font-weight:bold;
}#nav {
    height: 50px;
    font-size: 0.75em;
}
#nav ul {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #161213;
}
#nav ul li {
    float: left;
    display: inline;
    margin: 0;
}
#nav ul li a {
    display: block;
    position: relative;
    padding: 0.2em 1.5em;
    background-color: #980000;
    font-size: 1.3em;
    font-weight: bold;
    color: #000000;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-right: 1px solid #161213;
}
#nav ul li a:hover {
    color: #000000;
    text-decoration: underline;
}
#nav ul li.current a {
    color: #000000;
    background-color: #999;
}
#nav ul li.current a:visited {
    color: #000000;
}
/* hide the sublevels */
#nav ul ul {
    display: none;
}
#nav ul li.current ul {
    position: absolute;
    left: 0;
    display: block;
    /* use max-width emulation hack from
     * http://www.svendtofte.com/code/max_width_in_ie/, using the IE5.0+ dynamic
     * properties syntax, see
     * http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp */
        padding: 0;
    background-color: #999;
}
#nav ul li.current li {
    padding: 0.4em 0;
}
#nav ul li.current li a {
    /* hide first pipe */
    left: -1px;
    padding: 0 1em;
    font-weight: normal;
    font-size: 1.1em;
    color: #000000;
    border-right: none;
    border-left: 1px solid #000000;
}
/* hide 3rd or more levels */
#nav ul ul ul li {
    display: none;
}
/* size and dimensions in the core.php file! */
.spacer-title {
   clear: both;
   display: block;
   line-height: 1em;
}
div.image-small{
	padding:0 0 10px 10px;
    float:left;
}
div.namesellery{
	margin-top:15px;
}
p.short-description{
	text-align: justify;
}
#image-medium {
    width:49%;
}
p.full-description{
	margin:10px 10px 16px 0px;
	font-size:11px;
}
#product-details {
	padding:0px;
	margin:10px 0;
	background-color:  transparent;
	color:  #000000;
   	width:70%;
    border-right:1px solid #e5e5e5;	
}
#product-details h2 {
	font-size: 1.7em;
}
#product-details h1, #product-marketing-rightCol h1{
	font-size:13px;
	font-weight:bold;
	text-transform:none;
	margin:0px;
	padding:0px;
	text-align:left;
    color:#000000;
}
#product-marketing-rightCol h1 {
	width:140px;
    text-align:center;
}   
#product-details .price,
#product-details .buy {
	margin-bottom: 10px;
}
#product-details #desc{
	width:40%;
    padding-left:40px;
}
#product-details 
#product-details img {
   padding: 0em;
}
#manager-actions-inline a {
    float: left;
    display: block;
    margin-right: 0.5em;
    width: 20px; 
    height: 22px;
    line-height: 10px;
    border: 0px ;
    text-decoration: none;
    /* -- See below for each action backgroud image
    -----------------------------------------------*/
}
a.sendmail {	
    background-image: url('http://www.sphinxstore.com/themes/sphinx/images/22/action_sendmail.png');
	width: 100%;
    height: 32px;
}
.bottom {
	padding-bottom:10px;}
.buy-button {
	background:#864343 url('http://www.sphinxstore.com/themes/sphinx/images/backgrounds/btn_red.gif') left top no-repeat;
	color:#161213; 
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	cursor:pointer;
    width:87px;
    height:22px;
    padding:0px;
    margin:0px;
}
input#buttonbuy, form.buy input, form.buy-view input{
	border:none;
}
.view-button {
	background:#e8e8e8 url('http://www.sphinxstore.com/themes/sphinx/images/backgrounds/btn_gray.gif') left top no-repeat;
	color:#161213; 
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	cursor:pointer;
    width:87px;
    height:22px;
    padding:0px;
    margin:0px;
}
.prodbuy-button{
	border:1px solid #000000;
	background-color:#161213;
	color: #000000;
	font-size:10px;
	width:120px;
	font-weight:bold;
	cursor:pointer;
	background-position:left;
}
.wideButton{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#cdcdcd;
	color: #000000; 
	font-weight: bold;
	border: 2px solid #5b5b5b;
	color:  #161213;
   	font-weight: bold;
	padding:0 2px;
	cursor:pointer;
    width:80px;
}

/*===================================buy product table============================*/
table.cart{
	width:610px;
	border-collapse: collapse;
    margin-top:10px;
}
table.cart table.cart-noborder {
	border-collapse: collapse;
	border: none;
}
table.cart table.cart-noborder tbody{
	border-bottom: 1px solid #e5e5e5;
}
table.cart table.cart-noborder td {
	border: none;
}
table.cart th {
	background-color:#eee;
}
table.confirm {
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    font-weight:normal;
}
table.confirm a, table.confirm a:visited, table.order a, table.order a:visited{
	text-decoration:underline;
}
table.confirm a:hover, table.order a:hover{
	text-decoration:none;
}
table.order{
	border-collapse: collapse;
}
table.confirm th, table.order th, table.order-list th{
	background-color:#eee;
}
table.order tr.line_order td{
	border-bottom: 1px solid #e5e5e5;
}
table.order-list {
	border-bottom: 1px solid #e5e5e5;
    border-collapse: collapse;
    }
div.order-detail{
	margin:10px;
    font-size:11px;
    font-weight:bold;
}
div.message{
	font-weight:normal;
}
tr.OnDemand td a, tr.OnDemand td a:visited{
	text-align:left;
	font-weight:bold;
}	
tr.OnDemand td a:hover{
	color:  #000000;
}
/* Class definition for the check of quantity*/
.OnDemand  {
}
.on_demand_message {
	font-size: 1em;
	display:block;
	color: #900;
}
.NotAvailable {
}
.subCategory {
	width: 150px;
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
#product-action .spacer {
	margin-bottom: 20px;
}
#product-action {
    text-align:left;
    padding:4px 0px;
}
a.p-act, a.p-act:visited {
	background:url('http://www.sphinxstore.com/themes/sphinx/images/bullet_r.gif') center left no-repeat;
    padding:0px 0px 0px 8px;
    color:  #854442;
    text-decoration:underline;
    font-size:10px;
   	display:inline;
}   
a.p-act:hover {
	color:  #000000;
}
.image-sub-category {
	clear: both;
	height: 155px;
}
.address_billing, .address_shipping, .address_other {
}
input.address_link{
	margin:5px 0;
}
.category td {
	vertical-align: top;
}

/*====================== Add Address section for user ========================*/
fieldset.addr-section {
	border:1px solid #000000;
	padding:15px;
	margin: 10px 0;
}
fieldset.addr-section legend {
	font-weight:bold;
	font-size: 0.7em;
}
fieldset.addr-section label {
	float:left;
	width:150px;
	text-align:right;
	padding-right:8px;
}
.addr-input-filed {
	margin-bottom:6px;
}
.don-rec {
	padding:15px 0 0 0;
}
.addr-button {
	padding:15px 0 0 63px;
}

/*====================== FAQ SECTION ========================*/
h5 {
	font-size: 	1.7em;
}
.question {
	font-weight: bold;
	display:	block;
	color:		#666;
}
.faq-answer {
	display: block;
	padding: 5px;
	margin-bottom: 20px;
}
form#frmLogin {
	margin: 1em auto;
	width:100%;
	text-align:center;
}
form#changelang{
	width:400px;
    text-align:center;
    margin:0px auto;
}
form#frmUser{
	width:500px;
	margin:0px auto;
}
#frmLogin input {
	margin-bottom:10px;
}
#frmLogin fieldset {
	padding-top: 0;
	margin-top: 0;
	text-align:left;
}
td.product-container {
	padding:0;
	margin: 0;
	text-align:left;
 	border:1px solid #e5e5e5;
}
tr.category td.product-container {
	padding:0px;
}
tr.category p{
	color:#666;
	margin:10px 10px 10px 0;
}
* html tr.category .image-small{
	height:160px;
}
div.view {
	background: url('http://www.sphinxstore.com/themes/sphinx/images/backgrounds/view_sdw.gif') center bottom no-repeat;
    font-family: Arial, Verdana, sans-serif;
    text-align:center;
    padding-bottom:12px;
    font-weight:bold;
    color: #161213;
    font-size:12px;
}
div.view-prd {
	background: url('http://www.sphinxstore.com/themes/sphinx/images/backgrounds/view_sdw.gif') left bottom no-repeat;
    font-family: Arial, Verdana, sans-serif;
    font-weight:bold;
    color: #161213;
    font-size:12px;
    width:160px;
    text-align:center;
    padding-bottom:9px;
    margin-left:50px;
}  
.product-content{
	margin-top:10px;
}
.product-name a, product-name:visited{
	color: #000000;
	font-size:11px;
	text-transform:none;
    font-weight:normal;
    text-align:center;
    width:140px;
    display:block;
}
.product-name a:hover{
	color: #000000;
}
div.hds .product-name a, div.hds .product-name a:visited {
	color: #000000;
    text-align:left;
    font-weight:bold;
    font-size:12px;
}
.product-content p {
	padding: 0;
	margin: 10px 0;
	text-transform: none;
	color: #000000;
	font-size: 11px;
}
product-content a, product-content a:visited{
	text-align:center;
}
span.price { 
    text-align: left;
    color: #000000;
    font-size: 10px;
}
div.hds span.price {
    font-size:11px;
}   
div.hds span.price strong {
	color:#864343;
}   
p.price { 
    text-align:left;
    color: #864343 !important;
    font-size:12px;
}
p.prodprice {
	color: #000000;
}
form.center{
	text-align:left;
}
.buy {
    text-align: center;
}
.hds{
	margin:20px 5px 5px 140px;
}
.infos{
	font-weight:bold;
	font-size:11px;
}
.form-block {
    text-align:left;
    margin:0px 0px 17px 0px;
}
#option_0, #option_1 {
	margin:0px 0px 16px 0px;
}
.form-block label {
    padding: 1em 0;
    width:60px;
    font-weight:bold;
    font-size:11px;
}
.form-block .qta {
    width:50px;
}
.form-block br {
    clear: both;
}
.infotext {
    clear: both;
    font-size:11px;
}
/*================ email to friend ===============*/
#frmContact fieldset {
	width:500px;
}
#frmContact fieldset input.medium {
	background-color:#fff;
    color:#000;
    padding:4px;
    border:1px solid #5b5b5b;
    font-weight:normal;
    font-size:11px;
    cursor:default;  
}
#frmContact  textarea {
	padding:0px;
    border:1px solid #5b5b5b;
}
/*==================== My Cart ==========================*/
.nowrap {
	white-space:nowrap;
}
/*=================== product marketing single products ================*/
#product-marketing-rightCol {
	width:25%;
    margin:10px 0px 0px 0px;
}
.product-marketing-singleProduct {
	margin-top:10px;
}    
.product-marketing-singleProduct .butbottom {
    margin-top:10px;
}
.offer {
	margin:20px 0 0 130px;
}
/*div#backprevnext{
	width:100%;
    border-top:1px solid #e5e5e5;
}
div.prevnextprod {
	padding:20px 0 0 0;
}
div.prevnextprod a, div.prevnextprod a:visited {
	float:left;
    color:#000000;
    margin-right:10px;
}
div.prevnextprod a:hover {
	color:#000000;
}
div.next, div.prev{
	padding:0 30px;
    display:block;
}
#backcat {
	padding:0;
}
#backcat a, #backcat a:visited {
	font-size:11px;
    font-weight:bold;
    margin:3px 0 0 10px;
    display:block;
}
#backcat a:hover {
	color:#000000;
}
*/
div.prevnext {
	padding:30px 0px 20px 0px;
    color:#666;
    text-transform:uppercase;
    font-size:9px;
    font-weight:bold;
}
div.prevnext a.left, div.prevnext a.left:visited {
	background: url('http://www.sphinxstore.com/themes/sphinx/images/backgrounds/arrow_l.gif') left center no-repeat;
    padding-left:13px;
}   
div.prevnext a.right, div.prevnext a.right:visited {
	background: url('http://www.sphinxstore.com/themes/sphinx/images/backgrounds/arrow_r.gif') right center no-repeat;
    padding-right:13px;
} 
div.product-marketing-singleProduct .image-small {
	float:none;
}
h2.product-marketing-title {
	margin:0px;
    padding:0px;
	color:#000000;
    font-size:14px;
    text-decoration:underline;
}
/*======================== Conversion Chart =========================*/
table.size-chart{
	background-color:#e5e5e5;
}
table.size-chart tr{
	background-color:#F4F4F4;
}
center{
	margin-top:10px;
}


.overlay_alphacube {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.alphacube_nw {

  width:10px;
  height:25px;
}

.alphacube_n {

  height:25px;
}

.alphacube_ne {

  width:10px;	  
  height:25px;
}

.alphacube_w {

  width:7px;
}

.alphacube_e {

  width:7px;	  
}

.alphacube_sw {

  width:7px;
  height:7px;
}

.alphacube_s {

  height:7px;
}

.alphacube_se, .alphacube_sizer  {

  width:7px;
  height:7px;
}

.alphacube_sizer {
	cursor:se-resize;	
}

.alphacube_close {
	width: 23px;
	height: 23px;

	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_minimize {
	width: 23px;
	height: 23px;

	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_maximize {
	width: 23px;
	height: 23px;

	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#123456;
}

.alphacube_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
  font: 12px arial;
	background:#FDFDFD;
}

/* For alert/confirm dialog */
.alphacube_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.alphacube_message {
  font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.alphacube_buttons {
	text-align:center;
	width:100%;
}

.alphacube_buttons input {
	width:20%;
	margin:10px;
}

.alphacube_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;

}

.alphacube_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}




.dialog_nw {
	width: 9px;
	height: 23px;
	background: transparent url(default/top_left.gif) no-repeat 0 0;		
}

.dialog_n {
	background: transparent url(default/top_mid.gif) repeat-x 0 0;	
	height: 23px;
}

.dialog_ne {
	width: 9px;
	height: 23px;
	background: transparent url(default/top_right.gif) no-repeat 0 0;		
}

.dialog_e {
	width: 2px;
	background: transparent url(default/center_right.gif) repeat-y 0 0;	
}

.dialog_w {
	width: 2px;
	background: transparent url(default/center_left.gif) repeat-y 0 0;		
}

.dialog_sw {
	width: 9px;
	height: 19px;
	background: transparent url(default/bottom_left.gif) no-repeat 0 0;			
}

.dialog_s {
	background: transparent url(default/bottom_mid.gif) repeat-x 0 0;		
	height: 19px;
}

.dialog_se {
	width: 9px;
	height: 19px;
	background: transparent url(default/bottom_right.gif) no-repeat 0 0;			
}

.dialog_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(default/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.dialog_close {
	width: 14px;
	height: 14px;
	background: transparent url(default/close.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:8px;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize {
	width: 14px;
	height: 15px;
	background: transparent url(default/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:28px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize {
	width: 14px;
	height: 15px;
	background: transparent url(default/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:49px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	width:100%;
	color:#000;
}

.dialog_content {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background-color:#123;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}

.wired_frame {
	display: block;
  position: absolute;
  border: 1px #000 dashed;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0; 
}

.dialog .title_window {
  -moz-user-select:none;
}                                                    


.overlay_dialog {
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

			
/* @group address */
a.address_link,
a.add_shipping{ text-decoration: underline; }
                    
div.address_billing { padding: 10px 0px 20px 0px; }

div.address_box,
div.address_shipping,
div.address_other { padding: 00px 0px 20px 0px; }
       
div.address_box h2, div.address_billing h2,
div.address_shipping h2, div.address_other h2 { margin-bottom: 10px; } 
  
a.address_link { margin-right: 10px; }  
a.add_shipping { margin-top: 15px; } 
div.address { margin-bottom:10px; }
/* @end */		

/* additional ticket system styles */
  
  
.page_eshop_ticket div.ticket_toolbar { 
  background-color: #bbbbbb; 
  border: 1px solid #d5c148;
  padding: 5px; 
  padding-left: 10px; 
  margin-bottom: 10px; 
}
            
.page_eshop_ticket table.fullt { border-spacing: 0px; width: 100%; }

.page_eshop_ticket table.fullt tr.backDark{ background-color: #f5f5f5; }
                           
.page_eshop_ticket table.fullt tr.h-infos th { text-align:left; border-bottom:1px single #dedede; }

.page_eshop_ticket table.fullt tr td { padding-top: 15px; padding-bottom: 15px; border-bottom:1px solid #dedede; text-align: left; }

.page_eshop_ticket table.fullt tr th,
.page_eshop_ticket table.fullt tr td{ padding-left: 5px; padding-right: 15px; vertical-align: top; }

.page_eshop_ticket table.fullt tr th div a,
.page_eshop_ticket table.fullt tr td div a{ text-decoration: underline; }
  
.page_eshop_ticket table.fullt tr th div a:hover,
.page_eshop_ticket table.fullt tr td div a:hover{  }

.page_eshop_ticket table.fullt tr th div p,
.page_eshop_ticket table.fullt tr td div p{ margin: 0px; padding: 0px; }
    
.page_eshop_ticket .noBorder{ border: none; }
     
.page_eshop_ticket .ticket_sender { color: #aaabad; font-size: 95%; margin-bottom: 3px; }

.page_eshop_ticket .ticket_small{ font-size:10px; }
                  
.page_eshop_ticket textarea#message{ border: 1px solid #aaabad; margin: 10px 0 10px 0; }

#errorOutput { border:1px solid #DD3C10; background-color: #FFEBE8; margin-bottom:10px; padding: 5px; }

input.error, textarea#message.error { border:2px solid #DD3C10; color: #DD3C10; }

.page_eshop_ticket div#registerfield { margin-bottom: 20px; text-align: left; }

/* end additional ticket system styles */