﻿@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - Paper Route
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		pr_store_main.css
	Date:			April 1, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	body Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		body 
		{
		    background:#000;
		    margin:0; padding:0;			
			color:#fff;
			font-family:arial;
		}
		img {
			border:0;
		}
		#main
		{
		    width:960px;
		    margin:0 auto; padding:1px 0 0 0;
		    background:#000 url(/shared/images/violentsoho/header.jpg) no-repeat top center;
			min-height:800px;
			height:auto !important;
			height:800px;

		}
		
.altText {
		width:0; height:0;
		display:block;
		overflow:hidden;
	}
	.cleaner {
		border:none;
		height:0px;
		margin:0; padding:0;
		background:transparent;
		font-size:1px;
		clear:both;
		overflow:hidden;
	}
	.clearfix:after {
		content: ".";
		height:0;
		display:block;
		line-height:0;
		clear:both;
		visibility:hidden;
	}
	.clearfix {
		display:inline-block;
	}	
	html[xmlns] .clearfix {
		display:block;
	}
	* html .clearfix {
		height:1%;
	}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	home page
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
       
        #home
        {   
            width:1024px; height:229px;
            margin:371px auto 0 auto; padding:1px 0 0 0;
            background:#000 url(/shared/images/home_bg.png) no-repeat;
            behavior:url("shared/css/iepngfix.htc");
        }
        
        #home #buyLinks
        {
             margin:50px 0 0 600px;
        }
        
        #home #buyLinks #physical
        {
           margin:10px 0 20px 0;  
        }
        
            #home #physical a.p:link, a.p:visited, a.p:active
            {
                text-decoration:none;
                display:block; 
                width:263px; height:44px;
                background: url(/shared/images/phy_btn.png) no-repeat;
                behavior:url("shared/css/iepngfix.htc");           
            }
                #home #buyLinks #physical a.p:hover
                {
                    
                }
                
         #home #buyLinks #digital
        {
           margin:10px 0 10px 0; padding:1px 0 0 0;
            
        }        
           #home #digital a.b:link, a.b:visited, a.b:active
            {
                text-decoration:none; 
                display:block;
                width:263px; height:44px;
                background: url(/shared/images/digital_btn.png) no-repeat;
                behavior:url("shared/css/iepngfix.htc");           
            }
                #home #buyLinks #digital a.b:hover
                {
                    
                }
/*	--------------------------------------------------------------------------------------------------------------------------
	product page
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
    
    #product
    {
        width: 860px; 
        margin:200px auto 0 auto; padding:1px 0 120px 0;
    }

/*	--------------------------------------------------------------------------------------------------------------------------
	checkout page
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
     #main_checkout
		{
		    width:960px;
		    margin:0 auto; padding:1px 0 0 0;
		    background:#000 url(/shared/images/violentsoho/header.jpg) no-repeat top center;
			min-height:800px;
			height:auto !important;
			height:800px;
		  
		}

/*	--------------------------------------------------------------------------------------------------------------------------
	status page
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
    #status
		{
		    width:960px;
		    margin:0 auto; padding:1px 0 0 0;
		    background:#000 url(/shared/images/violentsoho/header.jpg) no-repeat top center;
			min-height:800px;
			height:auto !important;
			height:800px;
		}
		
	#status #orderInfo
	{
	   margin:200px auto 100px 80px;
	}
    

/*	--------------------------------------------------------------------------------------------------------------------------
	footer page
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
    
    #footer
    {
        clear:both;
        margin:0 auto;
        width:960px; 
		border-top:5px solid #121212;
		font-size:10px;
    }
	
	ul#footerLinks {
		margin:0; padding:25px 0 0 0;
		list-style-type:none;
	}
		ul#footerLinks li {
			margin:0 0 0 15px; padding:0;
			display:inline;
			float:right;
		}

			ul#footerLinks li.logoechospin {
				float:left;
				margin:0 15px 0 0;
			}
			ul#footerLinks li.assistance {
				float:left;
				font-size:10px;
				padding:6px 0 0 0;
			}
			ul#footerLinks li.assistance a {
				color:#fff;
				text-decoration:underline;
				
			}
			
		#footer .social {
			padding:35px 0;
			text-align:center;
			color:#9f9f9f;
		}
			#footer .social a {
				color:#9f9f9f;
				text-decoration:none;
			}
				#footer .social a:hover {
					text-decoration:underline;
				}
     #footer hr
    {
        margin:0 auto 30px auto;
        color:#741F15;
    }
    #footerInfo
    {
    	float: left;
        margin:20px 0 50px 600px;
        color:#CCC;
        font:normal 13px Arial;
        display:inline;
    }
    
	    #footerInfo img
	    {
				margin: 20px 0 0 10px;
				border: none;
	    }

        #footer #footerInfo a.footer:link, a.footer:active, a.footer:visited
        {
            margin:0 10px;
            text-decoration:none;
            color:#CCC;
            letter-spacing:2px;
        }
            #footerInfo a.footer:hover{
            color:#741F15;
        }
