div#cart-info {
    text-align: right;
    margin-bottom: 10pt;
}

p.cn-count {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 10pt;
}

div.one-view {
    text-align: center;
    float: left;
    padding: 5pt;
    margin-bottom: 10px;
    padding-right: 10px;
}

.cn-list h5{
display: block;
width:100%;
color: orange;
}

.one-item {
    float: left;
    padding-top: 20px;
    margin-left: 10px;
    margin-bottom: 50px;
    text-align: left;
}
.one-item div div a img{border: 2px solid #fff;}
.one-item div div a:hover img{border: 2px solid #EC6C05;}

.one-br {
    display: none;
}

.one-br-4-3 {
    display: inline !important;
    clear: both;
}

.list-br {
    display: none;
}


.list-br-2 {
    display: inline !important;
    clear: both;
}

.list-br-3 {
    display: inline !important;
    clear: both;
}

.list-br-4 {
    display: inline !important;
    clear: both;
}


table.smeta-table {
    border-collapse: collapse;
    border: 0;
}


table.smeta-table td {
    padding: 3pt 3pt 3pt 3pt;
    border: 1px solid #ccc;
}

table.smeta-table tr.head {
    text-align: center;
}

table.smeta-table td.price {
    text-align: right;
    padding-right: 10pt;
}

.subs-x {
border: 3px solid #ccc;
padding: 5px;
background: #f0f0f0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
margin-left: 2px;
margin-bottom: 10px;
}

.subs-x h4 {
    font-size: 10pt !important;
}

.subs-x div {
    font-size: 9pt !important;
    font-weight: normal !important;
    margin-top: 0pt;
    margin-bottom: 0pt;
}

            .cart-item-one {
                border: 3px solid #ccc;
                padding: 5px;
                padding-left: 10pt;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                margin-left: 2px;
                margin-bottom: 20px;
            }


            .round-face {
                border: 3px solid #ccc;
                padding: 5px;
                padding-left: 10pt;
                padding-top: 20pt;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                margin-left: 2px;
                width: 650px;
            }

#wc_color {
width: 180px;
}

/* root element for tabs  */
ul.tabs { 
    list-style:none; 
    margin:0 !important; 
    padding:0;  
    border-bottom:1px solid #666;   
    height:30px;
}

/* single tab */
ul.tabs li { 
    float:left;  
    text-indent:0;
    padding:0;
    margin:0 !important;
    list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
    background: url(/images/tabs.png) no-repeat -420px 0;
    font-size:11px;
    display:block;
    height: 30px;  
    line-height:30px;
    width: 134px;
    text-align:center;  
    text-decoration:none;
    color:#333;
    padding:0px;
    margin:0px; 
    position:relative;
    top:1px;
}

ul.tabs a:active {
    outline:none;       
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
    background-position: -420px -31px;  
    color:#fff; 
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
    background-position: -420px -62px;      
    cursor:default !important; 
    color:#000 !important;
}

/* Different widths for tabs: use a class name: s, l, xl */


ul.tabs a {
    line-height: 1;
    padding-top: 5px;
    display: block; 
    height: 26px;
    overflow: hidden;
}

/* width 1 */
ul.tabs a.s             { background-position: 0px 0; width:100px;}
ul.tabs a.s:hover   { background-position: 0px -31px; }
ul.tabs a.s.current  { background-position: 0px -62px; }

/* width 2 */
ul.tabs a.l             { background-position: -247px -0px; width:174px; }
ul.tabs a.l:hover   { background-position: -247px -31px; }
ul.tabs a.l.current  { background-position: -247px -62px; }


/* width 3 */
ul.tabs a.xl            { background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover  { background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
.panes .pane {
    display:none;       
}

.panes div.pin {
    display:none;       
    padding:15px 10px;
    border: 2px solid #999;
    border-top:0;
    font-size:14px;
    background-color:#fff;
    padding-top: 25pt;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
}
