@CHARSET "UTF-8";

#catalog-content {
	display: table;
	border-collapse: collapse;
	width: 700px;
	height: 100%;
}

#catalog-content a {
	color: #666;
	text-decoration: underline;
}

#catalog-content a:hover {
    color: #f00;
}

#catalog-content a:visited {
    color: #999;
}

/*** Catalog Category - index.phtml ***/
#cat-category-items .cat-item {
	background-color: #fff;
	float: left;
	width: 209px;
	height: 200px;
	overflow-y: hidden;
	margin: 0 6px 12px 6px;
	padding: 8px 4px;
	text-align: center;
}

#cat-category-items .cat-item-title {
	font-size: 14px;
	font-weight: bold;
}

#cat-category-items .cat-item-title a {
    text-decoration: none;
    color: #333;
}

#cat-category-items .cat-item-title a:visited {
    color: #999;
}

/*** Catalog Items Table - show-items.phtml ***/
#catalog-items-tbl {
	width: 710px;
	border-collapse: collapse;
	border: solid 2px #424242;
}
#catalog-items-tbl tr {
	background-color: #efefef;
}

#catalog-items-tbl tr.row-spacer {
	height: 6px;
	background-color: #424242;
	border: 0;
}

#catalog-items-tbl td.col-spacer {
	width: 4px;
    background-color: #424242;
}

#catalog-items-tbl td {
	
}
#catalog-items-tbl td.img {
	background-color: #fff;
	padding: 0 4px;
}

#catalog-items-tbl .descrip, #catalog-items-tbl .price {
}

#catalog-items-tbl .descrip {
    border-right: solid 1px #b1b1b1;
    border-left: solid 1px #b1b1b1;
    padding: 10px;
    vertical-align: top;
}

#catalog-items-tbl .price {
    width: 120px;
    text-align: right;
    padding: 0 10px 0 0;
    color: #333;
}

div .reg-sale-price {
	text-decoration: line-through;
}

div .sale-price {
    color: #c33;
	font-weight: bold;
}

div .reg-price {
    font-weight: bold;
	padding-right: 15px;
}

div .name {
    font-size: 14px;
	font-weight: bold;	
}

#catalog-content .name a {
    text-decoration: none;
    color: #333;
}

#catalog-content .name a:visited {
    color: #999;
}

/*** Catalog Item - show-item.phtml ***/

#catalog-item {
	background-color: #424242;
	padding: 10px;
	width: 690px;
}

#catalog-item .item-row {
    display: table;
    width: 690px;
    background-color: #fff;
}

#catalog-item .item-cell {
    display: table-cell;
    background-color: #fff;
}

#catalog-item #item-name {
	font-size: 16px;
	color: #efefef;
	padding: 10px 5px;
	background: #666 url('/images/style/name-bgd.png');
}

#catalog-item #item-img {
	width: 370px;
	text-align: center;
	padding: 10px 0;
}

#catalog-item #item-price {
	width: 200px;
	vertical-align: top;
	padding: 20px 0 0 20px;
}

#catalog-item #item-description {
	padding: 10px;
	background-color: #303030;
}

#catalog-item #item-description .details {
	width: 500px;
}
