/*
*
* Customer Pictures CSS
*
* Author: M.Manning Oct 2008
*
*=============================================================================*/


/*============================ Product Page ==================================*/
.picture_holder {
	font-size: .75em;
	color: #7d7d7d;
}
.picture_thumbnail_holder{	
	height: 123px;    
	padding-top: 10px;
    background: url(/resources/images/content/others_bg.gif) 0 100% repeat-x;
    border-bottom: #ededed solid 1px;    
}
.picture_thumbnail{
	width: 143px;
	height: 123px;
    float: left;
    text-align:center;
}
.picture_submitted {
	width: 200px;
    height: 10px;
    padding-left: 8px;
    float:right;
    text-align:left;
}
.picture_comment {
    width: 200px;
    height: 80px;
    padding-top: 8px;
    padding-bottom: 8px;
	padding-left: 8px;
    float:right;
    text-align:left;
}
.picture_submit {
    font-size: 0.93em;
    color: #7d7d7d;
	padding: 0 0 0 0;
	font-size: .75em;	
}
/*======================= Customer Pictures Page ============================*/
.cust_pic {
	font-size: .75em;
	color: #7d7d7d;
}
/* Holds Thumbnail, Comment and Products */
.cust_pic_holder {
	/*height: 315px;*/
	
    width: 150px;    
	margin: 0px 6px 12px 0;
	background: url(../images/content/module3_line.gif) 0 0 repeat-y;
    /*overflow: hidden;*/
}
/* Holds Thumbnail Name and Comment */
.cust_pic_thumbnail_holder{	
	/*height: 220px;*/
	height:230px;
	padding-top: 10px;
    background: url(/resources/images/content/others_bg.gif) 0 100% repeat-x;
    /*border-bottom: #ededed solid 1px;*/
}
/* Holds Thumbnail Picture*/
.cust_pic_thumbnail{
	width: 143px;
	height: 123px;
    text-align:center;
}
/* Holds Name */

.cust_pic_submitted {
    color: #0093ff;
    /*height: 10px;*/
    height: 20px;
    /*text-align:left;*/
    text-align:center;
    font-style:italic;
}
/* Holds Comment */
.cust_pic_comment {
    height: 65px;    
    text-align:left;
    color: #666;	
	/*padding: 4px 0 8px 12px;*/
	padding: 10px 0 8px 12px;
    overflow: hidden;
}
/* Holds Product List */
.cust_pic_products {
	padding:10px 3px;
    /*padding: 3px 0 3px 3px;*/
    /*height: 75px;  */  
    background: url(/resources/images/content/module6_bg.gif) 0 100% repeat-x;
    /*background: url(/resources/images/content/others_bg.gif) 0 100% repeat-x;*/
	margin: 2px 0;
	border: 1px solid #0093ff;
	/*border-bottom: #cedeea solid 1px;*/
    text-align:center;
    /*overflow: hidden;*/
}
/*Formatting for submit text*/
.cust_pic_submit {    
    /*color: #7d7d7d;*/
    color: #0093ff;
	padding: 10px 0 0 0;
	font-size: .875em;
}

.cust_pic_page_nav {
    width: 400px;
    font-size: 0.75em;
    text-align: left;
}

.newrow {
	clear:both;
	height:1px;
	width:968px;
}

/*============================== POPUP =======================================*/

div#cust_img_popup {
    border: 0px;
    margin: 0em;
    padding: 0em;
    width: 0px;
    height: 0px;    
    position: absolute;
    visibility: hidden;
    z-index: 99999;
}

div#cust_img_popup.show {
	border-top: 2px solid #cccedd;
	border-left: 2px solid #cccedd;
	border-bottom: 3px solid #cccedd;
	border-right: 3px solid #cccedd;
    visibility: visible;
    position: absolute;
    padding: 8px;
    margin: 8px;
    background-color: #ffffff;
}

div#cust_img_popup div#close {
    float: right;
    border: 0px;
}

div#cust_img_popup div#close img {
    border: 0px;
}

