/* CSS Document */

* { margin: 0 auto; 
	padding: 0;
}


/* CATS */

.categories{
}

.wrapper{
	width: 560px;
	height: 172px;
	clear: both;
}

.category{
	width: 131px;
	height: 172px;
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}

.cat_name{
	width: 131px;
	height: 29px;
	background: transparent url(../images/bg-cat-heading.gif) no-repeat center top;
	font-size: 13px;
	font-weight: bold;
	font-color: #727272;
}

.cat_name a {
	display: block;
	padding: 5px 8px 0 8px;
	text-decoration: none;
}


.cat_image {
	width: 131px;
	height: 112px;
	background: transparent url(../images/bg-cat.gif) repeat-y center top;
}

.cat_image img{
	margin: 0 0 0 1px;
	border: none;
}


.view_products{
	width: 131px;
	height: 21px;
	background: transparent url(../images/bg-cat-link.gif) no-repeat center top;
	font-weight: bold;
	font-color: #727272;
	text-align: right;
}

.view_products a {
	display: block;
	padding: 3px 8px 0 8px;
	text-decoration: none;
}


/* END CATS */

/* PRODUCTS */

h1 {
}

.back_link {
	float: right;
	margin-top: -45px;
	margin-right: 8px;
}

.back_link2 {
	display: block;
	text-align: right;
	margin-right: 8px;
}

.back_link a, .back_link2 a {
	text-decoration: none;
}


.products {
}

.product {
	display: block;
	width: 555px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: transparent url(../images/bg-dotted.gif) repeat-x 0 bottom;
	clear: both;
}

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


.prod_image {
	width: 90px;
	height: 90px;
	float: left;
	margin-right: 10px;
}

.prod_image img {
	border: none;
}

.prod_details {
	display: block;
	width: 320px;
	float: left;
	margin-top: 10px;
}

.prod_name {
	font-weight: bold;
	margin-bottom: 15px;
}

.prod_code {
	display: block;
	float: left;
}

.prod_code span {
	font-weight: bold;
}

.prod_price {
	display: block;
	float: right;
}

.prod_actions {
	display: block;
	width: 105px;
	height: 90px;
	float: right;
	
}

.prod_actions ul {
	float: left;
	margin-left: 0;
}

.prod_actions li {
	display: block;
	list-style: none;
	margin-left: 0;
	display: inline;
	height: 20px;	
}

.prod_actions  li a {
	display: block;
	color: white;
	text-indent: -3000px;
	overflow: hidden;
	position:relative;
	height: 20px;	
	margin-bottom: 10px;
}



.prod_actions li.buy a{
	width: 105px; height: 20px;
	background: transparent url(../images/butt-buy2.gif) no-repeat 0 0;
}


.prod_actions li.send a {
	width: 105px; height: 20px;
	background: transparent url(../images/butt-sent-to-friend2.gif) no-repeat 0 0;
}



.contact-row {
	padding-bottom: 8px;
	clear: both;
	margin-left: 20px;
}

.contact-label {
	display: block;
	float: left;
	width: 140px;
}

.req {
	font-weight: bold;
	color: red;
}


.spacer {
	display:block; 
	clear:both;
}

input.read_only { background-color: #F0F0F0; color: #969696; }


/* PRODUCTS */



