@charset "UTF-8";
/*
	CSS Document
	Document Name: v3_store.css
	
	Description : Store Section Style Sheet Used for AnimateMyPhoto.com
	
	Client : AnimateMyPhoto.com
	Project: AnimateMyPhoto.com Website V3 
	Date:	04.03.2008
	
	Author: Fuse Developments, Inc. Giancarlo Gomez
*/

h1{
	color:#ff0000;
}

h1.chooseFrom{
	background:url(../images/store/v3_h_chooseFrom.gif) no-repeat;
}

#productList{
	margin:20px 0 0 0;
	padding:0 10px;
}

.product{
	width:276px;
	padding:10px;
	float:left;
	margin:0 0 15px 0;
}

#productList h2{
	margin:0;
	padding:0;
	height:45px;
	text-indent:-9000px;
}

#productList a.crayon,a.crayon{
	color:#bf101c;
	background:url(../images/store/v3_bullet.gif) no-repeat 0 3px;
	padding:3px 0 3px 19px;
	display:block;
	text-decoration:none;
}

#productList a.other{
	color:#3e3fa3;
	font-size:1.2em;
}

#productList h2#amd1000{
	background:url(../images/store/v3_list_amd1000.gif) no-repeat;
}

#productList h2#amd1200{
	background:url(../images/store/v3_list_amd1200.gif) no-repeat;
}

#productList h2#amd2000{
	background:url(../images/store/v3_list_amd2000.gif) no-repeat;
}

#productList h2#ampi{
	background:url(../images/store/v3_list_ampi.gif) no-repeat;
}

#productList h2#ca{
	background:url(../images/store/v3_list_ca.gif) no-repeat;
	height:25px;
}

#productList h2#gc{
	background:url(../images/store/v3_list_gc.gif) no-repeat;
	height:25px;
}

#gettingStarted{
	background:url(../images/store/v3_gettingStarted.jpg) no-repeat 0 0;
	width:920px;
	height:219px;
	margin:0;
	padding:0;
}

#gettingStarted div{
	display:none;
}

#productExp{
	margin:-10px 0 0 0;
	background:url(../images/store/v3_productExp_bg.jpg);
	width:920px;
	height:200px;
}

/* PRICE TABLE*/
.priceTable{
	width:100%;
	clear:both;
	margin-top:10px;
}
.priceTable th{
	padding:3px;
	text-align:left;
	text-transform:uppercase;
	color:#ffffff;
	background:#cc0000;

}
.priceTable td{
	padding:3px;
	border-top:2px solid #cc0000;
	color:#333333;

}
.priceTable td h3{
	color:#cc0000;
	padding:5px 0 3px 0;
	margin:0;
}

/* CART STYLES*/
#myCart{
	width:100%;
}
#myCart h2{
	margin:0 !important;
	padding:0;
}
/* ..................................
CART TABLE - USED IN APPLICATION - 
...................................... */
.grey		{color:#999999 !important;}
.green	{color:#009933 !important;}
.txtSmall {
	font-size:11px;
}
table.cart span{
	font-weight:normal;
}
table.cart {
	width:100%;
	border-collapse:collapse;
}
table.cart th{
	border:1px solid #cccccc;
	text-transform:uppercase;
	background:#dfdfdf;
	color:#333333;
	font-weight:bold;
	padding:4px;
	text-align:left;
}
table.cart td{
	background-color:#ffffff;
	border:1px solid #cccccc;
	padding:10px;
}
table.cart td h2{
	font-size:14px;
}
table.cart td div h2{
	font-size:12px;
	margin-bottom:3px;
}
table.cart td div{
	margin-top:5px;
	font-size:11px;
	line-height:14px;
	padding:5px;
	border:1px dotted #cccccc;
	background:#FFFFF0;
	color:#006600;
}
table.cart td div.lineStatus{
	font-weight:bold;
	float:right; 
	text-align:right;
	background:#eeeeee;
	color:#333333;
	font-size:9px;
	text-transform:uppercase;
	border:none;
	margin:-10px -10px 0 0;
}
table.cart tfoot th{
	border:none;
	background:none;
}
table.cart tfoot th{
	text-align:right;
}

#frontPageCreator{
	position:absolute;  
	margin:60px 0 0 450px;
	width:380px; 
}

#frontPageCreatorHolder{
	border:1px solid #cccccc; 
	width:360px; 
	height:243px;
}

.default_form h2{
	text-transform:uppercase;
	margin:0;
	padding:0;
}

h1.productText{
	text-indent:0;
	width:auto;
	height:auto;
	margin:10px 0;
	padding:0;
}
/* ORDERS DISPLAY STYLES */
.orders{
	border:1px solid #cccccc;
	background:#dfdfdf;
	padding:5px;
	line-height:16px;
}

/* PROMOTIONAL CODE */
#promoCode{
	background:#FFFFAA;
	color:#000000;
	padding:8px;

}
#promoCode h2{
	margin:0;
	padding:0;

}
#promoCode div{
	padding:5px;
}
#promoForm{
	background:#ffffff;
	border:1px dotted #dfdfdf;
	margin:10px 0 5px 0;
	padding:5px 30px!important;
	font-weight:bold;

}

/* Video Player */
#video_overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 100%;
	background-color: #333333;
	}
#video_holder{
	position:absolute;
	z-index: 1002;
	margin-left:-330px;
	left:50%;
	top:0;
	width:720px;
	padding:10px;
	text-align:center;
	background-color:#FFFFFF;
}
#video_player{
	width:720px;
	height:486px;
	background-color:#FFFFFF;
	border:solid 1px #dfdfdf;
}
#video_holder a{
	text-align:right;
	display:block;
	padding:15px 5px 0px 5px;
}

/*  Product Steps */
#steps{
	position:absolute;
	margin-left:650px;
	width:270px;
	height:110px;
	background:url(../images/store/v3_steps.jpg) no-repeat 0 0;
}

#steps.one{
	background-position: 0 0;
}

#steps.two{
	background-position: 0 -150px;
}

#steps.three{
	background-position: 0 -300px;
}

#steps span{display:none;}

#filmstrip{
	width:200px;
	background:url(../images/store/v3_filmstrip.gif) 0 0 repeat-y;
	margin:auto;
}

#filmstrip div{
	padding:5px 20px;
	text-align:center;
}
#filmstrip div a{
	border:1px solid #7a7ae2;
	margin:10px auto;
	display:block;
	padding:0;
	width:150px;
}
#filmstrip div a img{
display:block;
}

#otherProductList{
	clear:both; 
	padding:10px 5px;
}
#otherProductList a{
	white-space:nowrap;
	color:#3f3fa3;
	text-decoration:none;
}
#otherProductList a:hover{
	background-color:#3f3fa3;
	color:#ffffff;
}
/* List Table Used in Checkout for Multiple Upload */
table.lists{
	width:100%;
	margin:10px 0;
	border:1px solid #cccccc;
	border-collapse:collapse;
}
table.lists th{
	text-align:left;
	background:#3f3fa3;
	color:#ffffff;
}
table.lists th, table.lists td{
	padding:3px;
	border:1px solid #cccccc;
}
/* Samples Page */
#samples{
	margin:auto;
	width:850px;
}
#samples div{
	width:200px;
	height:300px;
	float:left;
	padding:0;
	text-align:center;
	margin:0 5px;
}

#samples div h2{
	text-align:left;
	font-size:1.2em;
	margin:0;
	padding:0;
}

#samples div a{
	display:block;
	margin:auto;
}
#samples div a.film{
	margin:10px 0 0 0;
	padding:10px 0;
	background:url(../images/store/v3_filmstrip.gif) 0 0 repeat-y;
}
#samples div a.film img{
	border:1px solid #7a7ae2;
}
