html {
	overflow: -moz-scrollbars-vertical;
}

* { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* body */
body { 
	margin: 0px;
	padding: 0px;
//	background-color: #F7F8F8;	 
//	background-image: url('../image/page_t.jpg'); 	
	/*background: url('../image/background.png') top repeat-x;*/
}

/*behavior: url('catalog/javascript/png/iepngfix.htc');*/

body, td, th, input, textarea, select, a {
	font-size: 11px;
	color: #333333;
}
 
b, strong, th {
//	color: #000000;
}

#so {
  color:red;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}

.png {
	behavior: url('catalog/javascript/png/iepngfix.htc');
}
  
a img {
	border: 2px solid lightgray;

}

a img:hover {
	border: 2px solid #A7111D;
	border-radius: 3px;
}


a:hover {
	text-decoration: none;
}

/* layout */
h1 { 
	display: none;
}
 
#container {
	width: 100%;
	position: relative;	
	/*left: 50%;
	margin-left: -389px;*/
 //	background-image: url('../image/page_g.jpg');
	background-repeat: repeat-x;
}

#header {
	height: 70px; 
	clear: both;
	width: 960px; 
}

#header .a {
	background: url('../image/logo-resharp.png') no-repeat;
	behavior: url('catalog/javascript/png/iepngfix.htc');
	width: 380px;
	height: 57px;
	float: left;
	position: absolute;
	top: 8px;
//	left: -5px;
	margin-left: 40px;
}

/* width: 157px;
	height: 32px; */

#header .top_menu {
	position: relative;
	top: 37px;
	float: right;
	background-image: url('../image/header_menu.png');
	width: 382px;
	height: 38px;
}

#header .top_menu a { 	
	height: 19px;
	padding-top: 7px;
	color: #ffffff;
	text-align: center;
//	text-transform: lowercase;
	text-decoration: none;
	float: left;
	display: block;
	margin-left: 20px;
	cursor: pointer;
	font-size: 10pt;
	font-family: verdana,tahoma;
	padding: 8px;
	margin: 5px;
	font-weight: bold;
}

#header .top_menu a:hover {
//  background: #A7111D;
  color: #cccccc;
	border-top: 1px solid transparent;
}

#header .b {
	position: relative;
	top: 42px;
	float: right;
}

#header .b a {
	background: url('../image/tab.png');
	behavior: url('catalog/javascript/png/iepngfix.htc');  
	width: 100px;
	height: 19px;
	padding-top: 7px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	display: block;
	margin-left: 2px;
	cursor: pointer;
}

#header .b a img {
	width: 14px;
	height: 8px;
}

#column {
	width: 214px;
	margin: 2px 5px 0px 0px; 
	float: left;
}

#content {
	margin: 2px -1px 12px 0px; 
	float: left;
	padding-left: 2px;
	border-left: 1px solid #CCCCCC;
	width: 755px;
	text-align:left;
}

#footer { 
	clear: both;  
//	border-top: 3px solid #EEEEEE;
	padding-top: 3px;
//	margin-bottom: 1px;
//	background-color: lightgray;
	background-image: url('../image/footer.png');
	color: #EEE;
	border-bottom: 2px solid #666;
}

#footer .a {
	float: left;
	margin-top: 2px;
}

#footer .b {
	float: right;
	text-align: right;
}

#footer .b a {
	color: #336699;
}
  
#time {
	color: #EEEEEE;
	text-align: center;
	clear: both;
}

.heading {
	font-size: 18px;
	font-weight: bold;
	font-family:  'Tw Cen MT Condensed';
	text-transform: uppercase;
	color: #ffffff;
	padding-bottom: 4px;
	padding-top: 7px;
	padding-left: 10px;
	border-left: 2px solid #ccc;
	clear: both;
	margin-bottom: 10px;
	text-align:left;
	height: 24px;
	background-image: url('../image/bar_top.png');
	border-right: 2px solid #CCC;	
}

.heading_rcol {
	font-size: 18px;
	font-weight: bold;
	font-family:  'Tw Cen MT Condensed';
	text-transform: uppercase;
	color: #ffffff;
	padding-bottom: 4px;
	padding-top: 7px;
	padding-left: 10px;
	border-bottom: 2px solid #ccc;
	clear: both;
	margin-left: 5px;
//	width: 100%;
	height: 25px;
//	background: #A7111D;	
	border-left: 2px solid #ccc;
//	text-align: center;
	background-image: url('../image/bar_top.png');
	border-right: 2px solid #CCC;
}

.heading .left {
	float: left;
	text-align: left;
}
 
.heading .right {
	float: right;
	text-align: right;
}

.error {
	color: #FF0000;
	font-size: 10px;
	display: block;
	clear: both;
}

.required {
	margin: 0;
	color: #FF0000;
	display: inline;
}

.warning {
	color: #ffffff;
	font-size: 10px;  
	background-color: #E20;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #CCC;
	font-weight: bold;
}

.message {
	color: #666;
	font-size: 11px;
	background-color: #99FF00;
	padding: 10px;
	display: block;
	margin-bottom: 10px;
	border: 2px solid #A7111D;
	font-weight: bold;
}

.breadcrumb {
	color: #777777;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
}

.breadcrumb a {
	color: #A7111D;
	font-weight: normal;
}

.price_old {
	text-decoration: line-through;
}

.price_new {
	color: #FF0000;
}
 
#bar {
//	background-color: #A7111D;
	border-left: 2px solid #ccc; 
	border-right: 2px solid #ccc;
	padding: 3px 3px 0px 10px;
	height: 32px;
	width: 960px;
	background-image: url('../image/bar_top.png');
}

.products, .images, .categories {
	float: left;
	width: 33.3%; 
	text-align: center; 
	cursor: pointer;
	font-size: 10px; 
	/*height: 140px;*/
}

.products a{
	text-decoration:none;
}

.products a:hover{
	color: #A7111D;
}


.categories a {
	text-decoration: none;
}

.images a {
	font-size: 10px;
}

.images img, .categories img {
	border: 0px;
	margin-bottom: 10px;
}

.results {
	clear: both;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 20px;
}

.results .left {
	float: left;
	padding-top: 4px;
}
 
.results .right {
	float: right;
} 
 
.buttons {
	border: 1px solid #CCCCCC;
	margin: 10px 0px;
  	width: 753px;
	clear: both;
	background-color: #EEE;
}

.buttons input {	
	margin-top: 3px;
	margin-bottom: 3px;
}

.buttons table {
	width: 100%;
}

.buttons table td {
	vertical-align: middle;
}

.box {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-left: 2px solid #CCC;
}

/* box language */
.language {
	float: left;
	margin-top: 3px;
}

.language div {
	display: inline;
}

/* box currency */
.currency {
	float: left;
	margin-left: 20px;
	margin-top: 1px;  
}

.currency div {
	display: inline;
}

.flat {
  padding-top: 3px;
  text-align: right;
	float: left;
	display:none;
}

.flat div {  
  display: inline;
}

.flat .information a { 
  text-decoration: none;
}

.information a{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size:16px;
	font-family: 'Tw Cen MT Condensed';
}

.information a:hover{
	color: #ccc;
	border-top: 2px solid #fff;
}

.copyright{
	padding-top:10px;padding-bottom: 10px;font-weight: bold;
}

.copy{
	text-decoration:none;
	color: #CCC;
}

.copy:hover{
	color: #fff;
}


/* box search */
.search {
	float: right;
	padding-top:2px;
}

.search div {
	display: inline;
}

/* box cart */

.cart{
	padding-left: 5px;
	padding-right: 5px;
}

.cart a{
	text-decoration:none;
}

.cart a:hover{
	color: #A7111D;
}


.box .cart .a {
	text-align: right;
	border-top: 1px solid #CCCCCC;
	margin-top: 8px;
	padding-top: 3px;
	font-weight: bold;
}

.box .cart .b {
	text-align: center;
}

/* box category */
.box .category {
	padding-top: 5px;
	text-align: left;
	width: 206px;
	margin-top: -10px;
	padding-left: 2px;
}

.category a:hover{
	color:#A7111D;
	font-weight: bold;
	border-left: 2px solid transparent;
}

.box .category .lev1 {
//	background: url('../image/bullet_1.png') no-repeat 5px 5px;
//	padding: 0px 0px 0px 15px;
	display: block;
	text-decoration: none;
//	margin-bottom: 8px;
	font-weight: bold;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

.lev1{
	background-color: #DDD;
	padding: 4px;
	padding-left: 10px;
	text-transform: uppercase;
	color: #A7111D;
}

.levelpro :hover{
	background-color: #EEE;
}

.box .category .lev2 {
//	background: url('../image/bullet_1.png') no-repeat 3px 5px;
//	padding: 0px 0px 0px 12px;
	display: block;
	text-decoration: none;
//	margin-bottom: 8px;
//	margin-left: 5px;
	padding: 4px 0px 4px 25px;
	font-weight: bold;
}

.center_category .cc_lev1 {
//	background: url('../image/img_blackArrow.gif') no-repeat 5px 5px;
	padding: 4px 0px 4px 25px;
	display: block;
	text-decoration: none;
	margin-bottom: 1px;
	font-weight: bold;
}

.center_category{
    border-left: 2px solid #ccc;
    margin-left: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
	background-color: white;
}

.center_category a:hover{
	color:#A7111D;
	background-color: #EEE;
	border-left: 2px solid transparent;
//	background: url('../image/img_blackArrow.png') no-repeat 5px 5px;
}

/* box information */
.box .information a {
	background: url('../image/bullet_2.png') no-repeat 10px 4px;
	padding: 0px 0px 0px 25px;
	display: block;
	text-decoration: none;
}



/* box review */
.box .review div {
	text-align: center;
}

.box .review a {
	text-decoration: none;
}

.box .review img {
	padding: 3px;
}

/* success */
#success {
	behavior: url('catalog/javascript/png/iepngfix.htc');
	background: url('../image/success.png') no-repeat;
	padding-left: 148px;
	_height: 128px;
	min-height: 128px;
}

/* failure */
#failure {
	behavior: url('catalog/javascript/png/iepngfix.htc');
	background: url('../image/failure.png') no-repeat;
	padding-left: 148px;
	_height: 128px;
	min-height: 128px;  
}

/* error */
#error {
	clear: both;
	border: 1px solid #CCCCCC;
	margin: 0px 0px 10px 0px;
	padding: 8px;
	margin-top: 10px;
	background-color: #EEE;
}

.catal a{
	text-decoration:none;
}

.catal{
	padding-top: 4px;
}

.catal_list{
	padding-top:3px;
	padding-bottom:15px;
	color:#666
}

.catal_list a:hover{
	color: #A7111D;
}

