@charset "utf-8";
/* CSS Document */



/*Right Side 1*/
#side-product {
	margin: 0;
		}

#side-text {
	margin: 10px;
	font-size: 12px;
}	

#side-table {
	margin: 0;
	font-size: 11px;
	border: solid #f2f2f2 0pt;
	font-size:11px
}	

.table-top {
	border-right: solid #fff 6px;
	font-size: 12px;
	background-image:url(../images/bg_table_header.gif);
	background-repeat:repeat-x;
	color: #fff;
	font-weight:bold;
	height: 25px;
	line-height: 24px;
	text-align: left;
	padding-left: 6px;
	
}
.table-top2 {
	font-size: 12px;
	background-image:url(../images/bg_table_header.gif);
	background-repeat:repeat-x;
	color: #fff;
	font-weight:bold;
	height: 25px;
	line-height: 24px;
	text-align: left;
	padding-left: 6px
}
.table-middle {
	border-right: solid #fff 6px;
	font-size: 11px;
	text-align:left;
    padding: 5px;
	vertical-align:top
}

.table-middle ul {
	margin: 0;
	list-style: none;
	padding: 0;
	
}
.table-middle ul li {
	margin: 0;
	padding-left: 11px;
	background-image:url(../images/bullet_rd2.gif);
    background-position: inherit;
	background-repeat:no-repeat;
}

.table-middle2 {
	 padding: 5px 
	font-size: 11px;
	border-bottom: solid #c0c0c0 1pt;
	text-align:left;
		vertical-align:top
	
}
.table-middle2 ul {
	margin: 0;
	list-style: none;
	padding: 0;
	
}
.table-middle2 ul li {
	margin: 0;
	padding-left: 11px;
	background-image:url(../images/bullet_rd2.gif);
    background-position: inherit;
	background-repeat:no-repeat;
}

.table-bottom  {
	 padding: 5px 
	font-size: 11px;
	border-bottom: solid #c0c0c0 1pt;
	text-align:left;
}
.table-bottom ul {
	margin: 0;
	list-style: none;
	padding: 0;
	
}
.table-bottom ul li {
	margin: 0;
	padding-left: 11px;
	background-image:url(../images/bullet_rd2.gif);
    background-position: inherit;
	background-repeat:no-repeat;
}

.table-bottom2  {
	 padding: 5px 
	font-size: 11px;
	border-bottom: solid #c0c0c0 1pt;
	text-align:left;
}
.table-bottom2 ul {
	margin: 0;
	list-style: none;
	padding: 0;
	
}
.table-bottom2 ul li {
	margin: 0;
	padding-left: 11px;
	background-image:url(../images/bullet_rd2.gif);
    background-position: inherit;
	background-repeat:no-repeat;
}

/*Sub Cat Links*/
.table-sub-cat {
	border-right: solid #fff 6px;
	font-size: 11px;
	text-align:left;
	vertical-align:top
}
.table-sub-cat ul {
	margin: 0 0 10px 0;
	list-style: none;
	padding: 0;
	
}
.table-sub-cat ul li {
	margin-left: 6px;
	margin-right: 6px;
	padding-left: 11px;
	background-image:url(../images/bullet_rd2.gif);
	background-position: inherit;
	background-repeat:no-repeat;
	list-style:none;
	line-height:18px
}
.table-sub-cat2 {
	font-size: 11px;
	text-align:left;
	vertical-align:top
}
.table-sub-cat2 ul {
	margin: 0 0 10px 0;
	list-style: none;
	padding: 0;
	
}
.table-sub-cat2 ul li {
	margin-left: 6px;
	margin-right: 6px;
	padding-left: 11px;
	background-image:url(../images/bullet_rd2.gif);
	background-position: inherit;
	background-repeat:no-repeat;
	list-style:none;
	line-height:18px
}
/*CART IMAGE & TEXT*/
.table-product {
border: solid #c0c0c0 1pt;
padding: 5px;
margin-right: 5px
}

.table-product2 {
border: solid #c0c0c0 1pt;
padding: 5px;
margin-right: 0px
}
.table-image {
	margin: 0 5px 0 0;
	border: solid #c0c0c0 1pt;
	width: 100px;
	height: 100px

}
.table-text {
	margin: 0;
	font-size: 11px;
	font-weight:normal;
	text-align:left;
}



/*BREAD CRUMBS*/
#breadcrumbs {
	margin: 10px 0 0 0;
	padding-bottom: 15px;
	font-size:10px;
}	
#breadcrumbs a {
	color:#3642C4;
	text-decoration:underline
}
#breadcrumbs a:visited {
	color:#3642C4;
	text-decoration:underline
}
#breadcrumbs a:hover {
	color:#bd3333;
	text-decoration:underline
}
#breadcrumbs ul {
	margin: 0 ;
	padding:0;
	font-size: 10px;
	display: inline;
	line-height:12px;
	color: #686868
}	

#breadcrumbs ul li{
	margin: 6px;
	padding-left: 10px;
	font-size: 10px;
	background-image:url(../images/bullet_rd.gif);
	background-position:left;
	background-repeat:no-repeat;
	display: inline;
	color: #686868
}

#breadcrumbs ul li a{
	color:#686868;
	text-decoration:underline
}	

#breadcrumbs ul li a:visited{

	color:#686868;
	text-decoration:underline
}		

#breadcrumbs ul li a:hover{
	background-repeat:no-repeat;
	color:#bd3333;
	text-decoration:underline
}		

