/*##################################
PRODUCT LSIT BOX CSS
##################################*/
#imagegallery #gridcontainer {
	margin:0 -5px;
	}
#imagegallery #gridcontainer .hor_line {
	border:none;
	height:5px;
	margin-bottom:5px;
	}
.imagebox {
	margin:0 auto;
	width:244px;
	padding:12px;
	background-color:#ffffff;
	background:url(../images/infobox_bg.gif) repeat-x 0 0;
	border-top:1px solid #9D9D9D;
	position:relative;
	}
.imagebox .r_t {
	position:absolute;
	right:0px;
	top:0px;
	}
.imagebox .l_t {
	position:absolute;
	left:0px;
	top:0px;
	}

/* PRODUCT IMAGE
------------------------------------*/
.imagebox .image {
	margin-bottom:5px;
	}
.imagebox .image .imgborder td {
	width:244px;
	}
.imagebox .imgborder {
	width:100%;
	text-align:center;
	border:1px solid #2A2A2A;
	background-color:#9E9E9E;
	}
.imagebox .imgborder:hover {
	border:1px solid #000000;
	}
/* GALLERY PRODUCT IMAGE
------------------------------------*/
#imagegallery .imagebox .image,
#videogallery .imagebox .image {
	margin-bottom:7px;
	}
#imagegallery .imagebox .imgborder,
#videogallery .imagebox .imgborder {
	display:block;
	}
#imagegallery .imagebox .imgborder img {
	}
/*==================================
PRODUCT DETAILS SECTION
==================================*/
/* PRODUCT NAME
------------------------------------*/
.imagebox .details {
	font-weight:bold;
	line-height:15px;
	color:#666666;
	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:#666666;
	}
.imagebox .details a:hover {
	color:#D31010;
	}
/*##################################
Navigation
##################################*/

