html, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img 
{
    margin: 0;
    padding: 0;
    border: 0;
    line-height:normal;
    outline: none;
    font-family: Arial;
    font-size: 12px;
}

::selection {
 background: green; 
 color: white;
 }

::-moz-selection {
 background: green;
 color: white; 
 }


.cat_holder
{

    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    
    
    background-color: white;
    
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    
    -webkit-box-shadow: 3px 3px 8px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    3px 3px 8px rgba(50, 50, 50, 0.4);
box-shadow:         3px 3px 8px rgba(50, 50, 50, 0.4);
    
}
.catroot
{
    display: block;
    text-decoration: none;
    color: black;
    font-size: 14px;       
    
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dddddd;
    
    padding-bottom: 7px;
    padding-top: 7px;
    
    padding-left: 15px;
    padding-right: 15px;
    
    text-transform: uppercase;
}
.catroot:hover
{
    color: white;
    background-color: #a39a98;
    border-left-color: #514a48;
    border-left-width: 5px;
    border-left-style: solid;
    
    border-bottom: none;
    padding-left: 10px;
    padding-bottom: 8px;
}

.catitem
{
    display: block;
    text-decoration: none;
    color: black;
    font-size: 14px;       
    
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dddddd;
    
    padding-bottom: 7px;
    padding-top: 7px;
    
    padding-left: 15px;
    padding-right: 15px;
    
    text-transform: uppercase;
}
.catitem:hover
{
    color: white;
    background-color: #a39a98;
    border-left-color: #514a48;
    border-left-width: 5px;
    border-left-style: solid;
    
    border-bottom: none;
    padding-left: 10px;
    padding-bottom: 8px;
}

.catroot_list
{
    display: block;
    text-decoration: none;
    color: #2f2f2f;
    font-weight: bold;
    font-size: 14px;   
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 4px;
    /* height: 32px;*/
    height: 64px;
    overflow: hidden;
}
.catroot_list:hover
{
    color: black;
    text-decoration: underline;
}

.catsub
{
    display: block;
    text-decoration: none;
    
    font-size: 12px;
    padding-left: 7px;
    margin-left: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #2f2f2f;
    
    
}
.catsub:hover
{
	color: #f97105;
    border-left-color: #f97105;
}


.cat_subdiv
{

}
.cat_inner_avatar
{
    margin-right: 25px;
    margin-bottom: 10px;
    border-radius: 15px;
    
    -webkit-box-shadow: 6px 6px 21px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    6px 6px 21px rgba(50, 50, 50, 0.5);
    box-shadow:         6px 6px 21px rgba(50, 50, 50, 0.5);
    
}
.cat_list_avatar
{
    display: inline-block;
    width: 195px;
    height: 195px;    
    overflow: hidden;
    
    border-style: solid;
    border-width: 1px;
    border-color: #cabdac;
    margin-top: 9px; 
}
.cat_list_avatar:hover
{
    border-color: #514a48;
}
.cat_list
{
    display: inline-block;
    width: 218px;
    /*height: 308px;*/
    height: 340px;
    
    float: left;
                
    text-align: left;
    margin-bottom: 20px;
    margin-right: 29px;
    
    background-color: white;  
    
    border-style: solid;
    border-width: 1px;
    border-color: #cabdac;         
}
.cat_list:hover .cat_list_avatar
{

}

.catgroup_body {
    margin-bottom: 20px;
}

.catgroup_body p {
    color: #514A48;
    font-size: 12pt;
    text-align: justify;
    padding-bottom: 7px;
}

.catgroup_body ul li{
    color: #514A48;
    font-size: 12pt;
    text-align: justify;
    padding-bottom: 7px;
    padding-left: 20px;
    margin-left: 15px;
}

.catgroup_body a{
    font-size: 12pt;
    text-align: justify;
    padding-bottom: 7px;
}

.lst
{
    margin-right: 0px!important;
}

.mini_dscr
{
    height: 16px;
    padding-top: 3px;
    padding-bottom: 4px;
    padding-left: 3px;
    padding-right: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cabdac;
}

.cat_list:hover
{
	
}

.cat_list_compare
{
    display: inline-block;    
    text-align: left;
}



#gallery
{
    margin-top: 20px;
}

.gallery_img
{
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-bottom: 12px;
    margin-left: 0px;    
    border-width: 1px;
    border-color: #02738b;
    border-style: solid;
    overflow: hidden;
    float: left;    
    text-align: center;
}
.bullet
{
    display: inline-block;
    margin-left: 12px;
    width: 12px;
    height: 12px;
    background-image: url('../images/bullet.png');
    background-position: top center;
    background-repeat: no-repeat;
}
.price_n
{
	padding-left: 15px;
	color: #2f2f2f;
	font-weight: bold;
	font-size: 22px;
    width: 100px;
	float: left;
    padding-top: 7px;
}
.price_n_compare
{
	margin-top: 20px;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}
.price_n_compare span
{
	font-weight: normal;
	font-size: 12px;
	margin-left: 3px;
}
.price
{
	color: #000000;
	font-weight: bold;
	font-size: 22px;
}
.price_n span
{
	font-weight: normal;
	font-size: 12px;
	margin-left: 3px;
}

.price_n a
{
	font-weight: normal;
	font-size: 12px;
	margin-left: 0px;
	color: #62625a;
	display: inline-block;
	border-bottom-color: #62625a;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-left: 10px;
}
.price_n a:hover
{
	color: #000000;
	border-color: #000000;
}

.orangebtn
{
	display: inline-block;
	margin-top: 0px;
    width: 70px;
	height: 32px;
	
	padding-top: 14px;
    padding-left: 25px;
	
	background-image: url('../images/buybtn.png');
	background-repeat: no-repeat;
	background-position: top left;
    
    background-color: #e1cfbb;
	
	color: black;
    font-size: 14px;
    font-weight: bold;
	
	text-align: center;
	text-decoration: none;
    float: left;
    
    margin-left: -10px;
    margin-right: 20px;
    
    border-radius: 10px;
}
.orangebtn:hover
{
	color: white;
	opacity: 0.8;
}
.buybtn
{
	position: absolute;
	display: block;
	margin-left: 176px!important;
    width: 42px!important;
    height: 42px!important;
    
    padding-top: 0px!important;
    border-radius: 0px;
    padding: 0px!important;
}

.backroute
{
    padding: 3px;
    padding-left: 7px;
    color: black;
    margin-bottom: 8px;
    margin-top: 8px;
    
    background-color: #e1cfbb;
}

.backroute a
{
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    color: black;
}
.backroute a:hover
{
    color: red;
}
.ui-transfer_gray 
{ 
	border: 2px dotted #514a48;
	border-radius: 30px;
	z-index: 999; 
}

.comparetbl
{
	border-collapse: collapse;
	margin-top: 15px;
}
.comparetbl .td
{
	border-style: dashed;
	border-width: 1px;
	border-color: silver;
	border-collapse: collapse;
	padding: 20px;
}








.basket_bg
{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-image: url('../images/shade.png');
    z-index: 999;
    display: none;
    color: black;
}
.basket_container
{
    position: absolute;
    width: 873px;
    height: 595px;
    left: 50%;
    top: 50%;
    margin-left: -437px;
    margin-top: -298px;
    background-image: url('../images/basket_bg.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.basket_container h1
{
	font-size: 16px;
	margin-bottom: 10px;
}

.basket_data
{
    width: 615px;
    height: 335px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -295px;
    margin-top: -170px;
    overflow-y: scroll;       
}

.basket_form
{
    width: 615px;
    height: 305px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -295px;
    margin-top: -130px;
    display: none;
}

.basket_sent
{
    width: 615px;
    height: 305px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -295px;
    margin-top: -130px;
    display: none;
}

.basket_summary
{
    width: 615px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -295px;
    margin-top: 180px;
}

.bs_ln:hover
{
    background-color: #e7f3ff;
}

.bs_closelink
{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 305px;
    margin-top: -200px;
}



.fastsearch
{
    
    width: 290px;       
    position: absolute;
    
    top: 57px;
    left: 50%;
    margin-left: -41px;

    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;

    z-index: 1050;
    color: gray;
    
    overflow: hidden;
    
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    
    -webkit-box-shadow: inset 0px -4px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow:   inset 0px -4px 5px rgba(0, 0, 0, 0.5);
box-shadow:        inset 0px -4px 5px rgba(0, 0, 0, 0.5);
}

.fastsearch tr:hover
{
    background-color: #cae5ff;
}

.fastsearch td
{
	vertical-align: top;
}
.fastsearch a
{
	color: gray;
	font-size: 14px;
	font-weight: normal;
}
.fastsearch a:hover
{
	color: #514a48;
}
.fast_price
{
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #514a48;
    margin-top: 5px;
}
.capt
{
    display: block;
    
    clear: both;
      
    color: #514a48;
    font-size: 18px;
    padding: 5px;
        
    font-weight: normal;
    
    white-space: nowrap;
    
    text-transform: uppercase;
    
    text-align: center;
    
    border-style: solid;
    border-width: 1px;
    border-color: #514a48;
    
    border-left: none;
    border-right: none;
    
    margin-bottom: 20px;
}

.capt_st
{   
    font-weight: normal;
    color: #514a48;
    font-size: 24px;
    padding: 5px;
}

.capt_line
{
    width: 100%;
    background-image: url('../images/hdr_line.png');
    background-position: center right;
    background-repeat: no-repeat;
}
.preview
{
    clear: both;
    padding: 10px;
    padding-bottom: 40px;
    padding-top: 20px;
}
.preview h1
{
    font-weight: normal;
    color: #514a48;
    font-size: 24px;
    margin-bottom: 15px;
}

.clear_both{    clear: both;}