
/*** Styles for online_printshop/photos ***/
/*
#wrapper {
	margin: 0 auto 0;
	width: 400px;
	border: #000 1px solid;
}
*/
#Wrapper 
{
	margin: 0 0 0 15px;
}
img {
	border-style: none;
}

.PhotoTable .PhotoCell {
	text-align:center;
	padding:8px;
	margin:10px;
	width:200px;
	height:200px;
	float:left;
	display:table-cell;
	vertical-align:bottom;
}

#BulkUploads .Buttons {
	padding-top:20px;
}

.Buttons * { cursor:pointer; }

.Buttons .Cancel
{
	background: url(images/cancel.png) no-repeat;
	border: #000 0px solid;
	padding: 6px 40px 8px 40px;
	width: 80px;
	height: 32px;
}
.Buttons .Submit
{
	background: url(images/upload_btn_red_sm.png) no-repeat;
	border: #000 0px solid;
	padding: 5px 40px 7px 40px;
	width: 80px;
	height: 32px;
}

h4 {
	margin:0;
}

.Attached
{
	margin: 0 0 10px 0;
}
#BulkUploads input.Attached {
	width:90%;	
	margin: 0 0 10px 0;
}

#BulkUploads ul {
	text-align:left;
	list-style-type:none;
	color:#000;
	border:1px solid #999;
	background:#eee;
	padding:2px;
	list-style-type:none;
}

#BulkUploads li {
	list-style-type:none;
	display:block;
	color:#000;
	padding:3px; margin:0;
}

#BulkUploads li.Row0 { background:#eee; }
#BulkUploads li.Row1 { background:#fff; }

.BulkUploads .Close {

}

/* Photo bulk-add popup styles */
#YourAlbum .Photo
{
	position: relative;
	
}
#YourAlbum .Photos li
{
	/*height: 180px;
	width: 197px;*/
	width:85px;
	height: 65px;
	margin: 5px;
}
#YourAlbum .Photo img {
	height:65px;
	width:85px;
	float:left;
	z-index:999;

	
}
.SmallThumb .Name
{
	display: none;
}
.CarouselAlbum a.Delete {
	text-indent:-100em;
	overflow:hidden;
	background:url("images/remove_btn.png") no-repeat;
	width:24px;
	height:24px;
	margin:3px 0;
	position:absolute;
	top:0; right:0;
	padding:0;
	display:block;
}

.CarouselAlbum a.Edit   { background:url("images/edit_btn.png") no-repeat;   width:60px; float:left; }

.CarouselAlbum a.Add span { display:none; }
.CarouselAlbum a.Add {
	display:block;
	width:162px; height:61px;
	margin:0 auto;
	/*background:url("images/browse_btn.png") center no-repeat;*/
	background:url("images/upload_btn_red.png") center no-repeat;
}

#YourAlbum h2 span { display:none; }
#YourAlbum h2 {
	background:url("images/album_title.png") center no-repeat;
	width:196px; height:31px;
	margin:0 auto;
}

.CarouselAlbum ul {
	padding: 0;
}

#Carousel .CarouselAlbum .Carousel li 
{
	width:200px;
	height:175px;
	margin: 5px 0;
	padding:0;
	clear:both;
}

#Error {
	color:#f00;
	font-weight:bold;
}

#Sidebar li {
	height:175px;
	width:200px;
	margin:5px 0; padding:0;
}
.upload-photos-title
{
	height: 31px;
	width: 246px;
	margin: 20px 0 0 0;
	padding: 5px 5px;
	background: url(images/upload_photos_red.png) no-repeat;
}

.Photo { position:relative; }
.Photo div.Name { font-weight:bold; padding:5px 0;}

.switchLg
{
	background: url(images/switch_full.png) no-repeat;
	width: 100px;
	height: 50px;
	position:absolute;
	top: 7px;
	left: 65px;
	display: inline;
}
.switchSm
{
	background: url(images/switch_tb.png) no-repeat;
	width: 100px;
	height: 50px;
	position:absolute;
	top: 7px;
	right: 40px;
	display: inline;
}
