/*##################################
PRODUCT LSIT BOX CSS
##################################*/
dl, dt, dd
	{
	margin:0px;
	padding:0px;
	list-style-type:none;
	}

.imagebox {
	margin:0 auto;
	width:244px;
	padding:12px;
	background-color:#ffffff;
	background:url(../images/gallerylisting_bg.gif) no-repeat 0 0;
	height:205px;
	}
/* PRODUCT IMAGE
------------------------------------*/
.imagebox .image {
	margin-bottom:5px;
	}
.imagebox .image td {
	width:223px;
	height:104px;
	}
.imagebox .imgborder {
	width:100%;
	text-align:center;
	border:1px solid #E7E7E7;
	}
.imagebox .imgborder:hover {
	border:1px solid #C2C2C2;
	}
/* GALLERY PRODUCT IMAGE
------------------------------------*/
#imagegallery .imagebox .image,
#videogallery .imagebox .image {
	height:110px;
	margin-bottom:7px;
	}
#imagegallery .imagebox .imgborder,
#videogallery .imagebox .imgborder {
	display:block;
	height:110px;
	width:190px;
	}
#imagegallery .imagebox .imgborder img {
	}
/*==================================
PRODUCT DETAILS SECTION
==================================*/
/* PRODUCT NAME
------------------------------------*/
.imagebox .details {
	font-weight:bold;
	line-height:15px;
	color:#2B4111;
	display:block;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	height:50px;
	text-align:center;
	font-size:13px;
	}
.imagebox .details a{
	color:#2B4111;
	}
.imagebox .details a:hover {
	color:#000000;
	}
/*##################################
Navigation
##################################*/

