#gallerylisting{
	padding:0 15px 15px 15px;
	}

/*##################################
GRIDVIEW LISTVIEW BUTTON CSS
##################################*/
.gridlistbtn {
	text-align:right;
	font-weight:bold;
	background-color:#f2f2f2;
	height:40px;
	border-bottom:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	margin-bottom:15px;
	position:relative;
	}
.gridlistbtn a {
	display:block;
	padding:3px 0;
	width:80px;
	text-align:center;
	font-weight:bold;
	font-size:70%;
	text-decoration:none;
	color:#FFFFFF;
	position:absolute;
	background-color:#607D5E;
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	top:11px;
	cursor:pointer;
	}
.gridlistbtn a:hover {
	background-color:#5E9F59;
	}
.gridviewbtn {
	right:10px;
	}
.listviewbtn {
	right:100px;
	}
/*##################################
PRODUCT LSIT BOX CSS
##################################*/
.probox {
	margin:0 auto;
	width:254px;
	}
/* PRODUCT IMAGE
------------------------------------*/
.probox .image {
	height:146px;
	margin-bottom:5px;
	}
.probox .imgborder {
	height:146px;
	}
.probox .imgborder td {
	height:142px;
	width:248px;
	}
/*==================================
PRODUCT DETAILS SECTION
==================================*/
.probox .details {
	background-image:url(../images/info-horline.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin:10px 0 0 0px;
	padding:0 0 10px 0;
	}

/* PRODUCT NAME
------------------------------------*/
.probox .details h2 {
	margin:5px 0 5px 0;
	padding:0 0 5px 0;
	color:#670101;
	text-align:center;
	}
.probox .details h2 a {
	color:#ffffff;
	}
.probox .details h2 a:hover {
	color:#967911;
	}

/* PRODUCT MOREBAR 
------------------------------------*/
.probox .morebar {
	position:relative;
	height:25px;
	}
.probox .indexmorebtn{
	position:absolute;
	left:113px;
	}
